Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c376 static void recompute_packet(char *buf, char *no_ext, int extlen) in recompute_packet() argument
382 memmove(buf, no_ext, total_hdr_len); in recompute_packet()
384 no_ext + total_hdr_len, PAYLOAD_LEN); in recompute_packet()
438 static void add_standard_tcp_options(char *buf, char *no_ext, int ts, int order) in add_standard_tcp_options() argument
465 recompute_packet(buf, no_ext, TCPOLEN_TSTAMP_APPA); in add_standard_tcp_options()