Searched refs:MAX_TCP_OPTION_SPACE (Results 1 – 9 of 9) sorted by relevance
59 #define MAX_TCP_OPTION_SPACE 40 macro
194 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()238 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()318 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_strip_eval()
819 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()893 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()907 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()967 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()1007 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()1019 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()1035 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()1039 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()3990 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
679 #define REPLY_OPTIONS_LEN (MAX_TCP_OPTION_SPACE / sizeof(__be32))942 __be32 opt[(MAX_TCP_OPTION_SPACE >> 2)]; in tcp_v4_send_ack()
1384 syn_tcp_option_space = MAX_TCP_OPTION_SPACE; in tcp_ao_parse_crypto()
5060 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
253 DO_ONCE_LITE_IF(len > icsk->icsk_ack.rcv_mss + MAX_TCP_OPTION_SPACE, in tcp_measure_rcv_mss()
60 #define MAX_TCP_OPTION_SPACE 40 macro62 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
1386 MAX_TCP_OPTION_SPACE - \