Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h59 #define MAX_TCP_OPTION_SPACE 40 macro
/linux-6.15/net/netfilter/
H A Dnft_exthdr.c192 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_eval()
236 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_set_eval()
316 u8 buff[sizeof(struct tcphdr) + MAX_TCP_OPTION_SPACE]; in nft_exthdr_tcp_strip_eval()
/linux-6.15/net/ipv4/
H A Dtcp_output.c824 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_syn_options()
900 return MAX_TCP_OPTION_SPACE - remaining; in tcp_syn_options()
914 unsigned int remaining = MAX_TCP_OPTION_SPACE; in tcp_synack_options()
980 return MAX_TCP_OPTION_SPACE - remaining; in tcp_synack_options()
1020 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
1032 const unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
1048 unsigned int remaining = MAX_TCP_OPTION_SPACE - size; in tcp_established_options()
1052 size = MAX_TCP_OPTION_SPACE - remaining; in tcp_established_options()
3999 MAX_TCP_OPTION_SPACE; in tcp_send_syn_data()
H A Dtcp_ipv4.c680 #define REPLY_OPTIONS_LEN (MAX_TCP_OPTION_SPACE / sizeof(__be32))
944 __be32 opt[(MAX_TCP_OPTION_SPACE >> 2)]; in tcp_v4_send_ack()
H A Dtcp_ao.c1385 syn_tcp_option_space = MAX_TCP_OPTION_SPACE; in tcp_ao_parse_crypto()
H A Dtcp.c5122 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
H A Dtcp_input.c262 DO_ONCE_LITE_IF(len > icsk->icsk_ack.rcv_mss + MAX_TCP_OPTION_SPACE, in tcp_measure_rcv_mss()
/linux-6.15/include/net/
H A Dtcp.h62 #define MAX_TCP_OPTION_SPACE 40 macro
64 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
/linux-6.15/net/mptcp/
H A Dprotocol.c1285 MAX_TCP_OPTION_SPACE - \