Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_exthdr.c183 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()
226 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()
/Linux-v5.4/net/ipv4/
Dtcp_output.c592 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()
653 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()
665 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()
716 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()
753 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
3481 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
Dtcp.c3946 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
Dtcp_input.c179 MAX_TCP_OPTION_SPACE)) in tcp_measure_rcv_mss()
/Linux-v5.4/include/net/
Dtcp.h54 #define MAX_TCP_OPTION_SPACE 40 macro
56 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)