Home
last modified time | relevance | path

Searched refs:TCPOPT_SACK_PERM (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_synproxy_core.c83 case TCPOPT_SACK_PERM: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in synproxy_build_options()
142 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options()
H A Dnf_conntrack_proto_tcp.c379 if (opcode == TCPOPT_SACK_PERM in tcp_options()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c627 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
645 (TCPOPT_SACK_PERM << 8) | in tcp_options_write()
H A Dtcp.c2920 case TCPOPT_SACK_PERM: in tcp_repair_options_est()
H A Dtcp_input.c4070 case TCPOPT_SACK_PERM: in tcp_parse_options()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h183 #define TCPOPT_SACK_PERM 4 /* SACK Permitted */ macro
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c1137 case TCPOPT_SACK_PERM: in cake_tcph_may_drop()