Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_synproxy_core.c98 size += TCPOLEN_MSS_ALIGNED; in synproxy_options_size()
/Linux-v5.4/net/ipv4/
Dtcp_output.c617 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_syn_options()
683 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_synack_options()
/Linux-v5.4/include/net/
Dtcp.h214 #define TCPOLEN_MSS_ALIGNED 4 macro