Searched refs:MAX_TCP_OPTION_SPACE (Results 1 – 7 of 7) sorted by relevance
58 #define MAX_TCP_OPTION_SPACE 40 macro
186 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()229 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()
762 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()834 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()848 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()905 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()947 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()959 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()975 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()979 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()3769 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
4231 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
244 MAX_TCP_OPTION_SPACE)) in tcp_measure_rcv_mss()
55 #define MAX_TCP_OPTION_SPACE 40 macro57 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
1078 MAX_TCP_OPTION_SPACE - \