Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_flow_dissector.c278 int ol3_len = 0, ol4_len = 0, il3_len = 0, il4_len = 0; in build_packet() local
295 il4_len = sizeof(struct udphdr); in build_packet()
297 if (el3_len + ol3_len + ol4_len + il3_len + il4_len + cfg_payload_len >= in build_packet()
305 memset(buf + el3_len + ol3_len + ol4_len + il3_len + il4_len, in build_packet()
309 buf[el3_len + ol3_len + ol4_len + il3_len + il4_len + cfg_payload_len] = 0; in build_packet()
317 il4_len + cfg_payload_len, in build_packet()
324 il4_len + cfg_payload_len, in build_packet()
333 return il3_len + il4_len + cfg_payload_len; in build_packet()
340 ol4_len + il3_len + il4_len + cfg_payload_len, in build_packet()
346 ol4_len + il3_len + il4_len + cfg_payload_len, in build_packet()
[all …]