Lines Matching refs:sctp_assoc_value

2828 	if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
2829 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3246 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3262 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3393 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3399 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3512 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3528 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3955 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4026 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4049 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4145 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4223 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4326 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4356 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4390 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4412 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
5937 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6571 struct sctp_assoc_value params; in sctp_getsockopt_context()
6574 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6577 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6628 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6638 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6639 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6723 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6733 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6734 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7197 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7405 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7444 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7483 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7564 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7658 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7697 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7736 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7775 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()