Lines Matching refs:sctp_assoc_value
2642 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_delayed_ack()
3088 struct sctp_assoc_value params; in sctp_setsockopt_maxseg()
3102 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3231 struct sctp_assoc_value params; in sctp_setsockopt_context()
3235 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3348 struct sctp_assoc_value params; in sctp_setsockopt_maxburst()
3362 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
4730 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
5355 struct sctp_assoc_value params; in sctp_getsockopt_context()
5359 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
5362 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
5416 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
5426 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
5427 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
5510 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
5521 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
5522 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()