Lines Matching refs:sctp_assoc_value

2821 	if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
2822 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3239 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3255 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3386 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3392 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3505 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3521 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3948 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4019 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4042 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4138 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4216 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4319 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4349 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4383 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4405 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
6047 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6681 struct sctp_assoc_value params; in sctp_getsockopt_context()
6684 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6687 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6738 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6748 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6749 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6833 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6843 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6844 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7307 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7515 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7554 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7593 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7674 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7768 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7807 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7846 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7885 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()