Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c34 #define FRAG_HLEN 8 macro
140 uint8_t *frag_start = ipv6 ? ip_frame + IP6_HLEN + FRAG_HLEN : in send_fragment()
161 frag_len = FRAG_HLEN + payload_len - payload_offset; in send_fragment()
164 frag_len = FRAG_HLEN + max_frag_len; in send_fragment()
170 frag_len - FRAG_HLEN - UDP_HLEN); in send_fragment()
173 frag_len - FRAG_HLEN); in send_fragment()
375 rand() % (1500 - FRAG_HLEN - min_frag_len); in run_test()
390 } while (max_frag_len < (1500 - FRAG_HLEN) && in run_test()