aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/filter.txt
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-05-20 13:52:13 +0200
committerDavid S. Miller <davem@davemloft.net>2014-05-22 15:26:37 -0400
commitb0db5cdf3975134ca967e8b8370a8f0c91ce2329 (patch)
tree9991a215200110ac4cdf9ef2d24a332ef2b73edf /Documentation/networking/filter.txt
parentstmmac: Remove unbalanced clk_disable call (diff)
downloadlinux-dev-b0db5cdf3975134ca967e8b8370a8f0c91ce2329.tar.xz
linux-dev-b0db5cdf3975134ca967e8b8370a8f0c91ce2329.zip
net: doc: Update references to skb->rxhash
In commit 61b905da33 ("net: Rename skb->rxhash to skb->hash"), skb->rxhash was renamed to skb->hash. Update references in Documentation accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/filter.txt')
-rw-r--r--Documentation/networking/filter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 81f940f4e884..e3ba753cb714 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -277,7 +277,7 @@ Possible BPF extensions are shown in the following table:
mark skb->mark
queue skb->queue_mapping
hatype skb->dev->type
- rxhash skb->rxhash
+ rxhash skb->hash
cpu raw_smp_processor_id()
vlan_tci vlan_tx_tag_get(skb)
vlan_pr vlan_tx_tag_present(skb)