Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dgro.c397 static void tcp_write_options(char *buf, int kind, int ts) in tcp_write_options() function
441 tcp_write_options(buf + total_hdr_len, TCPOPT_NOP, 0); in add_standard_tcp_options()
442 tcp_write_options(buf + total_hdr_len + 1, TCPOPT_NOP, 0); in add_standard_tcp_options()
443 tcp_write_options(buf + total_hdr_len + 2 /* two NOP opts */, in add_standard_tcp_options()
447 tcp_write_options(buf + total_hdr_len, TCPOPT_NOP, 0); in add_standard_tcp_options()
448 tcp_write_options(buf + total_hdr_len + 1, in add_standard_tcp_options()
450 tcp_write_options(buf + total_hdr_len + 1 + TCPOLEN_TIMESTAMP, in add_standard_tcp_options()
454 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
455 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 1, in add_standard_tcp_options()
457 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 2, in add_standard_tcp_options()
[all …]