Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_F_PARSE_1ST_FRAG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h289 #define FLOW_DISSECTOR_F_PARSE_1ST_FRAG BIT(0) macro
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h370 #define FLOW_DISSECTOR_F_PARSE_1ST_FRAG BIT(0) macro
/kernel/linux/linux-5.10/net/ethernet/
H A Deth.c127 const unsigned int flags = FLOW_DISSECTOR_F_PARSE_1ST_FRAG; in eth_get_headlen()
/kernel/linux/linux-6.6/net/ethernet/
H A Deth.c127 const unsigned int flags = FLOW_DISSECTOR_F_PARSE_1ST_FRAG; in eth_get_headlen()
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c869 (int)FLOW_DISSECTOR_F_PARSE_1ST_FRAG); in bpf_flow_dissect()
1069 FLOW_DISSECTOR_F_PARSE_1ST_FRAG)) { in __skb_flow_dissect()
1334 if (flags & FLOW_DISSECTOR_F_PARSE_1ST_FRAG) { in __skb_flow_dissect()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c984 (int)FLOW_DISSECTOR_F_PARSE_1ST_FRAG); in bpf_flow_dissect()
1204 FLOW_DISSECTOR_F_PARSE_1ST_FRAG)) { in __skb_flow_dissect()
1555 if (flags & FLOW_DISSECTOR_F_PARSE_1ST_FRAG) { in __skb_flow_dissect()

Completed in 10 milliseconds