Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_synproxy_core.c100 size += TCPOLEN_MSS_ALIGNED; in synproxy_options_size()
/Linux-v4.19/net/ipv4/
Dtcp_output.c620 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_syn_options()
686 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_synack_options()
/Linux-v4.19/include/net/
Dtcp.h215 #define TCPOLEN_MSS_ALIGNED 4 macro