Home
last modified time | relevance | path

Searched refs:sopp_rcvthresh (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsocket_proto.h60 uint32_t sopp_rcvthresh; /* delayed recv notification (bytes) */ member
H A Dsocketvar.h213 #define so_rcv_thresh so_proto_props.sopp_rcvthresh
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1219 so->so_proto_props.sopp_rcvthresh = soppp->sopp_rcvthresh; in so_set_prop()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c116 sopp.sopp_rcvthresh = SOCKET_RECVHIWATER >> 3; in tcp_activate()
H A Dtcp.c437 sopp.sopp_rcvthresh = new_rcvthresh; in tcp_set_recv_threshold()