Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_sack.c134 #define V_tcp_do_sack VNET(tcp_do_sack) macro
H A Dtcp_var.h893 #define V_tcp_do_sack VNET(tcp_do_sack) macro
H A Dtcp_subr.c1166 TUNABLE_INT_FETCH("net.inet.tcp.sack.enable", &V_tcp_do_sack); in tcp_init()
1768 if (V_tcp_do_sack) in tcp_newtcpcb()
H A Dtcp_input.c3482 if (!V_tcp_do_sack) in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h893 #define V_tcp_do_sack VNET(tcp_do_sack) macro