Lines Matching refs:soppp
2212 struct sock_proto_props *soppp) in sctp_assoc_properties() argument
2223 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
2224 ssa->ssa_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2225 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in sctp_assoc_properties()
2226 ssa->ssa_wrsize = soppp->sopp_maxblk; in sctp_assoc_properties()
2231 if (soppp->sopp_flags & SOCKOPT_WROFF) in sctp_assoc_properties()
2232 so->so_proto_props.sopp_wroff = soppp->sopp_wroff; in sctp_assoc_properties()
2233 if (soppp->sopp_flags & SOCKOPT_MAXBLK) in sctp_assoc_properties()
2234 so->so_proto_props.sopp_maxblk = soppp->sopp_maxblk; in sctp_assoc_properties()
2235 if (soppp->sopp_flags & SOCKOPT_RCVHIWAT) { in sctp_assoc_properties()
2238 so->so_rcvbuf = soppp->sopp_rxhiwat; in sctp_assoc_properties()
2244 lowat = soppp->sopp_rxhiwat >> 2; in sctp_assoc_properties()
2248 so->so_rcvlowat = soppp->sopp_rxhiwat; in sctp_assoc_properties()