Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_F_STOP_AT_ENCAP (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c632 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()
683 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()
873 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
1347 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1359 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h291 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
H A Dip6_fib.h619 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
H A Dip_fib.h412 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c1980 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c2363 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()