Searched refs:tcp_maxpsz_set (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 659 (void) tcp_maxpsz_set(tcp, B_TRUE); in tcp_set_destination() 2573 tcp_maxpsz_set(tcp_t *tcp, boolean_t set_maxblk) in tcp_maxpsz_set() function 3032 (void) tcp_maxpsz_set(peer_tcp, B_TRUE); in tcp_rwnd_set() 3163 sopp->sopp_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_get_proto_props() 3187 (void) tcp_maxpsz_set(tcp->tcp_loopback_peer, B_TRUE); in tcp_get_proto_props() 3396 (void) tcp_maxpsz_set(tcp, B_TRUE); in tcp_update_lso()
|
H A D | tcp_opt_data.c | 644 (void) tcp_maxpsz_set(tcp, B_TRUE); in tcp_opt_set()
|
H A D | tcp_socket.c | 864 stropt->so_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_fallback_noneager()
|
H A D | tcp_input.c | 354 (void) tcp_maxpsz_set(tcp, B_TRUE); in tcp_mss_set()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 677 extern int tcp_maxpsz_set(tcp_t *, boolean_t);
|