Home
last modified time | relevance | path

Searched refs:TCPOLEN_EXP_FASTOPEN_BASE (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c742 len = TCPOLEN_EXP_FASTOPEN_BASE + foc->len; in tcp_options_write()
745 p += TCPOLEN_EXP_FASTOPEN_BASE; in tcp_options_write()
871 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
955 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options()
H A Dtcp_input.c4295 if (opsize >= TCPOLEN_EXP_FASTOPEN_BASE && in tcp_parse_options()
4299 TCPOLEN_EXP_FASTOPEN_BASE, in tcp_parse_options()
/linux/include/net/
H A Dtcp.h221 #define TCPOLEN_EXP_FASTOPEN_BASE 4 macro