Searched refs:MAX_TCP_OPTION_SPACE (Results 1 – 7 of 7) sorted by relevance
58 #define MAX_TCP_OPTION_SPACE 40 macro
188 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()
765 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()837 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()851 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()908 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()950 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()962 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()978 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()982 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()3753 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
4500 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)
1396 MAX_TCP_OPTION_SPACE - \