Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_exthdr.c89 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()
132 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()
/Linux-v4.19/net/ipv4/
Dtcp_output.c596 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()
656 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()
668 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()
719 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()
755 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
3391 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
Dtcp_input.c173 MAX_TCP_OPTION_SPACE)) in tcp_measure_rcv_mss()
/Linux-v4.19/include/net/
Dtcp.h57 #define MAX_TCP_OPTION_SPACE 40 macro