Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c103 size += TCPOLEN_MSS_ALIGNED; in synproxy_options_size()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c803 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_syn_options()
885 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_synack_options()
/openbmc/linux/include/net/
H A Dtcp.h221 #define TCPOLEN_MSS_ALIGNED 4 macro