Lines Matching refs:sctp_assoc_value

2822 	if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
2823 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3240 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3256 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3387 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3393 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3506 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3522 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3949 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4020 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4043 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4139 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4217 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4320 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4350 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4384 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4406 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
6052 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6686 struct sctp_assoc_value params; in sctp_getsockopt_context()
6689 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6692 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6743 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6753 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6754 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6838 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6848 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6849 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7312 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7520 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7559 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7598 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7679 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7773 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7812 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7851 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7890 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()