Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c279 int el3_len = 0; in build_packet() local
282 el3_len = l3_length(cfg_l3_extra); in build_packet()
305 memset(buf + el3_len + ol3_len + ol4_len + il3_len + il4_len, in build_packet()
313 build_ipv4_header(buf + el3_len + ol3_len + ol4_len, in build_packet()
321 build_ipv6_header(buf + el3_len + ol3_len + ol4_len, in build_packet()
337 build_ipv4_header(buf + el3_len, cfg_encap_proto, in build_packet()
344 build_ipv6_header(buf + el3_len, cfg_encap_proto, in build_packet()
353 build_gue_header(buf + el3_len + ol3_len + ol4_len - in build_packet()
357 build_udp_header(buf + el3_len + ol3_len, in build_packet()
363 build_gre_header(buf + el3_len + ol3_len, in build_packet()
[all …]