Searched refs:BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c183 if (keys->flags & BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP)
189 if (keys->flags & BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP)
211 if (keys->flags & BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c418 .flags = BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP,
426 .flags = BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP,
/linux-master/include/uapi/linux/
H A Dbpf.h7235 BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = (1U << 2), enumerator in enum:__anon2705
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7235 BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = (1U << 2), enumerator in enum:__anon3246
/linux-master/net/core/
H A Dflow_dissector.c987 BUILD_BUG_ON((int)BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP !=

Completed in 456 milliseconds