Home
last modified time | relevance | path

Searched refs:V_tcp_autosndbuf_max (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/netinet/
HDtcp_output.c122 #define V_tcp_autosndbuf_max VNET(tcp_autosndbuf_max) macro
465 so->so_snd.sb_cc < V_tcp_autosndbuf_max && in tcp_output()
469 V_tcp_autosndbuf_max), so, curthread)) in tcp_output()
/trueos/sys/dev/cxgbe/tom/
HDt4_cpl_io.c66 #define V_tcp_autosndbuf_max VNET(tcp_autosndbuf_max) macro
335 bufsize = V_tcp_autosndbuf_max; in make_established()
691 sb->sb_hiwat < V_tcp_autosndbuf_max && in t4_push_frames()
694 V_tcp_autosndbuf_max); in t4_push_frames()
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c82 #define V_tcp_autosndbuf_max VNET(tcp_autosndbuf_max) macro