Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h59 #define MAX_TCP_OPTION_SPACE 40 macro
/linux/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/include/net/
H A Dtcp.h73 #define MAX_TCP_OPTION_SPACE 40 macro
75 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE)
/linux/net/ipv4/
H A Dtcp_ipv4.c658 #define REPLY_OPTIONS_LEN (MAX_TCP_OPTION_SPACE / sizeof(__be32))
918 __be32 opt[(MAX_TCP_OPTION_SPACE >> 2)]; in tcp_v4_send_ack()
H A Dtcp_ao.c1387 syn_tcp_option_space = MAX_TCP_OPTION_SPACE; in tcp_ao_parse_crypto()
H A Dtcp.c5296 BUILD_BUG_ON(TCP_MIN_SND_MSS <= MAX_TCP_OPTION_SPACE); in tcp_init()
H A Dtcp_input.c264 DO_ONCE_LITE_IF(len > icsk->icsk_ack.rcv_mss + MAX_TCP_OPTION_SPACE, in tcp_measure_rcv_mss()
/linux/net/mptcp/
H A Dprotocol.c1452 MAX_TCP_OPTION_SPACE - \