Searched refs:el3_len (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector_classification.c | 209 int el3_len = 0, packet_len; in build_packet() local 214 el3_len = l3_length(test->cfg_l3_extra); in build_packet() 238 memset(buf + el3_len + ol3_len + ol4_len + il3_len + il4_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() 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() 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() 296 build_gre_header(buf + el3_len + ol3_len, in build_packet() [all …]
|