Lines Matching refs:soppp
2189 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()
2215 so->so_rcvbuf = soppp->sopp_rxhiwat; in sctp_assoc_properties()
2221 lowat = soppp->sopp_rxhiwat >> 2; in sctp_assoc_properties()
2225 so->so_rcvlowat = soppp->sopp_rxhiwat; in sctp_assoc_properties()