Lines Matching refs:sctp_assoc_value
2824 if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_delayed_ack()
2825 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3242 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3258 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3389 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3395 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3508 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3524 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3951 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4022 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4045 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4141 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4219 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4322 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4352 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4386 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4408 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
6040 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6674 struct sctp_assoc_value params; in sctp_getsockopt_context()
6677 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6680 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6731 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6741 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6742 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6826 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6836 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6837 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7300 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7508 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7547 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7586 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7667 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7761 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7800 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7839 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7878 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()