Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_synproxy_core.c82 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()
126 (TCPOLEN_SACK_PERM << 16) | in synproxy_build_options()
141 TCPOLEN_SACK_PERM); in synproxy_build_options()
Dnf_conntrack_proto_tcp.c420 && opsize == TCPOLEN_SACK_PERM) in tcp_options()
/linux-4.4.14/include/net/
Dtcp.h195 #define TCPOLEN_SACK_PERM 2 macro
/linux-4.4.14/net/ipv4/
Dtcp_output.c469 (TCPOLEN_SACK_PERM << 16) | in tcp_options_write()
487 TCPOLEN_SACK_PERM); in tcp_options_write()
Dtcp_input.c3760 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()