Lines Matching refs:sctp_assoc_value
2629 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_delayed_ack()
3075 struct sctp_assoc_value params; in sctp_setsockopt_maxseg()
3089 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3218 struct sctp_assoc_value params; in sctp_setsockopt_context()
3222 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3335 struct sctp_assoc_value params; in sctp_setsockopt_maxburst()
3349 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
4717 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
5342 struct sctp_assoc_value params; in sctp_getsockopt_context()
5346 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
5349 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
5403 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
5413 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
5414 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
5497 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
5508 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
5509 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()