Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1193 so_set_prop(sock_upper_handle_t sock_handle, struct sock_proto_props *soppp) in so_set_prop() argument
1201 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in so_set_prop()
1202 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in so_set_prop()
1203 if (soppp->sopp_flags & SOCKOPT_WROFF) in so_set_prop()
1204 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in so_set_prop()
1205 if (soppp->sopp_flags & SOCKOPT_TAIL) in so_set_prop()
1206 so->so_proto_props.sopp_tail = soppp->sopp_tail; in so_set_prop()
1207 if (soppp->sopp_flags & SOCKOPT_RCVHIWAT) in so_set_prop()
1208 so->so_proto_props.sopp_rxhiwat = soppp->sopp_rxhiwat; in so_set_prop()
1209 if (soppp->sopp_flags & SOCKOPT_RCVLOWAT) in so_set_prop()
[all …]
/titanic_50/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 …]