Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_output.c110 #define V_tcp_do_autosndbuf VNET(tcp_do_autosndbuf) macro
462 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in tcp_output()
/trueos/sys/dev/cxgbe/tom/
HDt4_cpl_io.c62 #define V_tcp_do_autosndbuf VNET(tcp_do_autosndbuf) macro
334 if (so->so_snd.sb_flags & SB_AUTOSIZE && V_tcp_do_autosndbuf) in make_established()
690 V_tcp_do_autosndbuf && in t4_push_frames()
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c78 #define V_tcp_do_autosndbuf VNET(tcp_do_autosndbuf) macro
377 if (V_tcp_do_autosndbuf && snd->sb_flags & SB_AUTOSIZE) in make_tx_data_wr()