Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c209 int el3_len = 0, packet_len; in build_packet() local
214 el3_len = l3_length(test->cfg_l3_extra); in build_packet()
229 packet_len = el3_len + ol3_len + ol4_len + il3_len + il4_len + in build_packet()
238 memset(buf + el3_len + ol3_len + ol4_len + il3_len + il4_len, in build_packet()
242 buf[el3_len + ol3_len + ol4_len + il3_len + il4_len + TEST_PACKET_LEN] = in build_packet()
247 build_ipv4_header(buf + el3_len + ol3_len + ol4_len, in build_packet()
254 build_ipv6_header(buf + el3_len + ol3_len + ol4_len, in build_packet()
261 build_udp_header(buf + el3_len + ol3_len + ol4_len + il3_len, 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()
[all …]