Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h59 #define MAX_TCP_OPTION_SPACE 40 macro
/linux-6.6.21/net/netfilter/
Dnft_exthdr.c194 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()
/linux-6.6.21/net/ipv4/
Dtcp_output.c773 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()
845 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()
859 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()
916 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()
958 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
970 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
986 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
990 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()
3877 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
Dtcp.c4648 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
Dtcp_input.c254 MAX_TCP_OPTION_SPACE)) in tcp_measure_rcv_mss()
/linux-6.6.21/include/net/
Dtcp.h57 #define MAX_TCP_OPTION_SPACE 40 macro
59 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
/linux-6.6.21/net/mptcp/
Dprotocol.c1378 MAX_TCP_OPTION_SPACE - \