Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c208 int ol3_len = 0, ol4_len = 0, il3_len = 0, il4_len = 0; in build_packet() local
218 ol3_len = l3_length(test->cfg_l3_outer); 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()
286 build_gue_header(buf + el3_len + ol3_len + ol4_len - in build_packet()
290 build_udp_header(buf + el3_len + ol3_len, in build_packet()
[all...]