Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h58 #define MAX_TCP_OPTION_SPACE 40 macro
/linux/net/netfilter/
A Dnft_exthdr.c188 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()
231 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()
/linux/net/ipv4/
A Dtcp_output.c764 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()
836 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()
850 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()
907 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()
949 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
961 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
977 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
981 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()
3738 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
A Dtcp.c4500 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
A Dtcp_input.c244 MAX_TCP_OPTION_SPACE)) in tcp_measure_rcv_mss()
/linux/include/net/
A Dtcp.h57 #define MAX_TCP_OPTION_SPACE 40 macro
59 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
/linux/net/mptcp/
A Dprotocol.c1366 MAX_TCP_OPTION_SPACE - \

Completed in 44 milliseconds