Home
last modified time | relevance | path

Searched refs:soppp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1179 so_set_prop(sock_upper_handle_t sock_handle, struct sock_proto_props *soppp) in so_set_prop() argument
1187 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in so_set_prop()
1188 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in so_set_prop()
1189 if (soppp->sopp_flags & SOCKOPT_WROFF) in so_set_prop()
1190 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in so_set_prop()
1191 if (soppp->sopp_flags & SOCKOPT_TAIL) in so_set_prop()
1192 so->so_proto_props.sopp_tail = soppp->sopp_tail; in so_set_prop()
1193 if (soppp->sopp_flags & SOCKOPT_RCVHIWAT) in so_set_prop()
1194 so->so_proto_props.sopp_rxhiwat = soppp->sopp_rxhiwat; in so_set_prop()
1195 if (soppp->sopp_flags & SOCKOPT_RCVLOWAT) in so_set_prop()
[all …]
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c2189 struct sock_proto_props *soppp) in sctp_assoc_properties() argument
2200 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
2201 ssa->ssa_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2202 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in sctp_assoc_properties()
2203 ssa->ssa_wrsize = soppp->sopp_maxblk; in sctp_assoc_properties()
2208 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
2209 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2210 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in sctp_assoc_properties()
2211 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in sctp_assoc_properties()
2212 if (soppp->sopp_flags & SOCKOPT_RCVHIWAT) { in sctp_assoc_properties()
[all …]