Lines Matching refs:sctp_assoc_value

2791 	} else if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
3272 struct sctp_assoc_value params; in sctp_setsockopt_maxseg()
3285 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3426 struct sctp_assoc_value params; in sctp_setsockopt_context()
3429 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3558 struct sctp_assoc_value params; in sctp_setsockopt_maxburst()
3570 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
4034 struct sctp_assoc_value params; in sctp_setsockopt_pr_supported()
4114 struct sctp_assoc_value params; in sctp_setsockopt_reconfig_supported()
4144 struct sctp_assoc_value params; in sctp_setsockopt_enable_strreset()
4278 struct sctp_assoc_value params; in sctp_setsockopt_scheduler()
4366 struct sctp_assoc_value params; in sctp_setsockopt_interleaving_supported()
4492 struct sctp_assoc_value params; in sctp_setsockopt_asconf_supported()
4528 struct sctp_assoc_value params; in sctp_setsockopt_auth_supported()
4568 struct sctp_assoc_value params; in sctp_setsockopt_ecn_supported()
6073 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6707 struct sctp_assoc_value params; in sctp_getsockopt_context()
6710 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6713 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6764 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6774 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6775 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6859 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6869 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6870 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7329 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7537 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7576 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7615 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7696 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7790 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7829 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7868 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()