Home
last modified time | relevance | path

Searched refs:tcps_max_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c833 if (rwnd > tcps->tcps_max_buf) in tcp_fuse_set_rcv_hiwat()
834 rwnd = tcps->tcps_max_buf; in tcp_fuse_set_rcv_hiwat()
H A Dtcp_opt_data.c632 if (*i1 > tcps->tcps_max_buf) { in tcp_opt_set()
661 if (*i1 > tcps->tcps_max_buf) { in tcp_opt_set()
H A Dtcp.c654 tcps->tcps_max_buf); in tcp_set_destination()
670 tcps->tcps_max_buf); in tcp_set_destination()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h538 #define tcps_max_buf tcps_propinfo_tbl[34].prop_cur_uval macro