Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_output.c419 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_nip_syn_options()
735 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_nip_synack_options()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_synproxy_core.c103 size += TCPOLEN_MSS_ALIGNED; in synproxy_options_size()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c789 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_syn_options()
869 remaining -= TCPOLEN_MSS_ALIGNED; in tcp_synack_options()
/kernel/linux/linux-5.10/include/net/
Dtcp.h221 #define TCPOLEN_MSS_ALIGNED 4 macro