Lines Matching refs:sctp_assoc_value

2809 	if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
2810 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3227 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3243 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3374 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3380 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3493 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3509 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3936 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4007 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4030 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4126 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4204 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4307 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4337 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4371 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4393 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
5920 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6554 struct sctp_assoc_value params; in sctp_getsockopt_context()
6557 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6560 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6611 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6621 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6622 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6706 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6716 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6717 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7180 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7388 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7427 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7466 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7547 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7641 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7680 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7719 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7758 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()