Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Dgro.c402 static void recompute_packet(char *buf, char *no_ext, int extlen) in recompute_packet() argument
408 memmove(buf, no_ext, total_hdr_len); in recompute_packet()
410 no_ext + total_hdr_len, PAYLOAD_LEN); in recompute_packet()
464 static void add_standard_tcp_options(char *buf, char *no_ext, int ts, int order) in add_standard_tcp_options() argument
491 recompute_packet(buf, no_ext, TCPOLEN_TSTAMP_APPA); in add_standard_tcp_options()