Lines Matching refs:sctp_assoc_value

2836 	if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
2837 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3254 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3270 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3401 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3407 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3520 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3536 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3963 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4034 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4057 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4153 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4231 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4334 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4364 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4398 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4420 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
6072 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6706 struct sctp_assoc_value params; in sctp_getsockopt_context()
6709 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6712 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6763 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6773 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6774 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6858 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6868 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6869 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7333 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7541 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7580 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7619 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7700 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7794 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7833 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7872 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7911 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()