Home
last modified time | relevance | path

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

/linux/include/net/
A Dflow_dissector.h385 #define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2) macro
A Dip6_fib.h642 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib6_rules_early_flow_dissect()
A Dip_fib.h421 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib4_rules_early_flow_dissect()
/linux/net/core/
A Dflow_dissector.c768 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_gre()
819 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) in __skb_flow_dissect_batadv()
1012 (int)FLOW_DISSECTOR_F_STOP_AT_ENCAP); in bpf_flow_dissect()
1597 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
1614 if (flags & FLOW_DISSECTOR_F_STOP_AT_ENCAP) { in __skb_flow_dissect()
/linux/net/ipv4/
A Droute.c1911 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in fib_multipath_custom_hash_outer()
2038 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash()
/linux/net/ipv6/
A Droute.c2360 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in rt6_multipath_custom_hash_outer()
2491 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in rt6_multipath_hash()
/linux/net/xfrm/
A Dxfrm_policy.c3488 NULL, 0, 0, 0, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in __xfrm_decode_session()

Completed in 40 milliseconds