Searched refs:PAYLOAD_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dgro.c64 #define PAYLOAD_LEN 100 macro
322 static char flag_buf[MAX_HDR_LEN + PAYLOAD_LEN];
323 static char buf[MAX_HDR_LEN + PAYLOAD_LEN];
327 payload_len = PAYLOAD_LEN * psh;
346 create_packet(buf, i * PAYLOAD_LEN, 0, PAYLOAD_LEN, 0);
347 write_packet(fd, buf, total_hdr_len + PAYLOAD_LEN, daddr);
406 no_ext + total_hdr_len, PAYLOAD_LEN);
410 tcphdr->check = tcp_checksum(tcphdr, PAYLOAD_LEN + extlen);
493 static char buf[MAX_HDR_LEN + PAYLOAD_LEN];
[all...]

Completed in 108 milliseconds