Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c809 if (rwnd > tcps->tcps_max_buf) in tcp_fuse_set_rcv_hiwat()
810 rwnd = tcps->tcps_max_buf; in tcp_fuse_set_rcv_hiwat()
H A Dtcp_opt_data.c601 if (*i1 > tcps->tcps_max_buf) { in tcp_opt_set()
630 if (*i1 > tcps->tcps_max_buf) { in tcp_opt_set()
H A Dtcp.c659 tcps->tcps_max_buf); in tcp_set_destination()
675 tcps->tcps_max_buf); in tcp_set_destination()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp_impl.h504 #define tcps_max_buf tcps_propinfo_tbl[34].prop_cur_uval macro