aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2020-02-11 18:31:54 +0800
committerDavid S. Miller <davem@davemloft.net>2020-02-13 14:13:27 -0800
commit6ee2deb6fbed6ed343040215d10f3c73d00304df (patch)
treed51cb43cfa84c716d7ea574e5a0c4cdf01608fa8 /include
parentpage_pool: refill page when alloc.count of pool is zero (diff)
downloadlinux-dev-6ee2deb6fbed6ed343040215d10f3c73d00304df.tar.xz
linux-dev-6ee2deb6fbed6ed343040215d10f3c73d00304df.zip
net/flow_dissector: remove unexist field description
@thoff has moved to struct flow_dissector_key_control. Fixes: 42aecaa9bb2b ("net: Get skb hash over flow_keys structure") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/flow_dissector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index d93017a7ce5c..e9391e877f9a 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissector.h
@@ -33,7 +33,6 @@ enum flow_dissect_ret {
/**
* struct flow_dissector_key_basic:
- * @thoff: Transport header offset
* @n_proto: Network header protocol (eg. IPv4/IPv6)
* @ip_proto: Transport header protocol (eg. TCP/UDP)
*/