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.c808 len = TCPOLEN_EXP_FASTOPEN_BASE + foc->len; in tcp_options_write()
811 p += TCPOLEN_EXP_FASTOPEN_BASE; in tcp_options_write()
1015 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
1121 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options()
H A Dtcp_input.c4678 if (opsize >= TCPOLEN_EXP_FASTOPEN_BASE && in tcp_parse_options()
4682 TCPOLEN_EXP_FASTOPEN_BASE, in tcp_parse_options()
/linux/include/net/
H A Dtcp.h238 #define TCPOLEN_EXP_FASTOPEN_BASE 4 macro