Lines Matching refs:sopp
429 struct sock_proto_props sopp; in tcp_set_recv_threshold() local
437 sopp.sopp_flags = SOCKOPT_RCVTHRESH; in tcp_set_recv_threshold()
438 sopp.sopp_rcvthresh = new_rcvthresh; in tcp_set_recv_threshold()
441 (connp->conn_upper_handle, &sopp); in tcp_set_recv_threshold()
3158 tcp_get_proto_props(tcp_t *tcp, struct sock_proto_props *sopp) in tcp_get_proto_props() argument
3162 sopp->sopp_flags = SOCKOPT_RCVHIWAT | SOCKOPT_MAXBLK | SOCKOPT_WROFF; in tcp_get_proto_props()
3163 sopp->sopp_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_get_proto_props()
3165 sopp->sopp_rxhiwat = tcp->tcp_fused ? in tcp_get_proto_props()
3182 sopp->sopp_wroff = 0; in tcp_get_proto_props()
3189 sopp->sopp_wroff = connp->conn_ht_iphc_allocated + in tcp_get_proto_props()
3192 sopp->sopp_wroff = connp->conn_ht_iphc_len + in tcp_get_proto_props()
3197 sopp->sopp_flags |= SOCKOPT_LOOPBACK; in tcp_get_proto_props()
3198 sopp->sopp_loopback = B_TRUE; in tcp_get_proto_props()