Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_output.c744 len = TCPOLEN_EXP_FASTOPEN_BASE + foc->len; in tcp_options_write()
747 p += TCPOLEN_EXP_FASTOPEN_BASE; in tcp_options_write()
873 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
963 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_synack_options()
H A Dtcp_input.c4313 if (opsize >= TCPOLEN_EXP_FASTOPEN_BASE && in tcp_parse_options()
4317 TCPOLEN_EXP_FASTOPEN_BASE, in tcp_parse_options()
/linux-6.15/include/net/
H A Dtcp.h223 #define TCPOLEN_EXP_FASTOPEN_BASE 4 macro