Searched refs:no_ext (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | gro.c | 375 static void recompute_packet(char *buf, char *no_ext, int extlen) in recompute_packet() argument 381 memmove(buf, no_ext, total_hdr_len); in recompute_packet() 383 no_ext + total_hdr_len, PAYLOAD_LEN); in recompute_packet() 437 static void add_standard_tcp_options(char *buf, char *no_ext, int ts, int order) in add_standard_tcp_options() argument 464 recompute_packet(buf, no_ext, TCPOLEN_TSTAMP_APPA); in add_standard_tcp_options()
|