Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c104 int cfg_encap_proto; member
217 if (test->cfg_encap_proto) { in build_packet()
220 if (test->cfg_encap_proto == IPPROTO_GRE) in build_packet()
222 else if (test->cfg_encap_proto == IPPROTO_UDP) in build_packet()
265 if (!test->cfg_encap_proto) in build_packet()
270 build_ipv4_header(buf + el3_len, test->cfg_encap_proto, in build_packet()
277 build_ipv6_header(buf + el3_len, test->cfg_encap_proto, in build_packet()
284 switch (test->cfg_encap_proto) { in build_packet()
691 .cfg_encap_proto = IPPROTO_IPIP,
705 .cfg_encap_proto
[all...]