Home
last modified time | relevance | path

Searched refs:TCPOLEN_WINDOW (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_synproxy_core.c67 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()
146 (TCPOLEN_WINDOW << 8) | in synproxy_build_options()
Dnf_conntrack_proto_tcp.c423 && opsize == TCPOLEN_WINDOW) { in tcp_options()
/linux-4.4.14/include/net/
Dtcp.h194 #define TCPOLEN_WINDOW 3 macro
/linux-4.4.14/net/ipv4/
Dtcp_output.c493 (TCPOLEN_WINDOW << 8) | in tcp_options_write()
Dtcp_input.c3737 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()