Lines Matching refs:sopp
428 struct sock_proto_props sopp; in tcp_set_recv_threshold() local
436 sopp.sopp_flags = SOCKOPT_RCVTHRESH; in tcp_set_recv_threshold()
437 sopp.sopp_rcvthresh = new_rcvthresh; in tcp_set_recv_threshold()
440 (connp->conn_upper_handle, &sopp); in tcp_set_recv_threshold()
3122 tcp_get_proto_props(tcp_t *tcp, struct sock_proto_props *sopp) in tcp_get_proto_props() argument
3126 sopp->sopp_flags = SOCKOPT_RCVHIWAT | SOCKOPT_MAXBLK | SOCKOPT_WROFF; in tcp_get_proto_props()
3127 sopp->sopp_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_get_proto_props()
3129 sopp->sopp_rxhiwat = tcp->tcp_fused ? in tcp_get_proto_props()
3146 sopp->sopp_wroff = 0; in tcp_get_proto_props()
3153 sopp->sopp_wroff = connp->conn_ht_iphc_allocated + in tcp_get_proto_props()
3156 sopp->sopp_wroff = connp->conn_ht_iphc_len + in tcp_get_proto_props()
3161 sopp->sopp_flags |= SOCKOPT_LOOPBACK; in tcp_get_proto_props()
3162 sopp->sopp_loopback = B_TRUE; in tcp_get_proto_props()