Lines Matching refs:sctp_assoc_value
2835 if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_delayed_ack()
2836 struct sctp_assoc_value *v = (struct sctp_assoc_value *)params; in sctp_setsockopt_delayed_ack()
3253 struct sctp_assoc_value *params, in sctp_setsockopt_maxseg()
3269 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3400 struct sctp_assoc_value *params, in sctp_setsockopt_context()
3406 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3519 struct sctp_assoc_value *params, in sctp_setsockopt_maxburst()
3535 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3962 struct sctp_assoc_value *params, in sctp_setsockopt_pr_supported()
4033 struct sctp_assoc_value *params, in sctp_setsockopt_reconfig_supported()
4056 struct sctp_assoc_value *params, in sctp_setsockopt_enable_strreset()
4152 struct sctp_assoc_value *params, in sctp_setsockopt_scheduler()
4230 struct sctp_assoc_value *p, in sctp_setsockopt_interleaving_supported()
4333 struct sctp_assoc_value *params, in sctp_setsockopt_asconf_supported()
4363 struct sctp_assoc_value *params, in sctp_setsockopt_auth_supported()
4397 struct sctp_assoc_value *params, in sctp_setsockopt_ecn_supported()
4419 struct sctp_assoc_value *params, in sctp_setsockopt_pf_expose()
6071 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6705 struct sctp_assoc_value params; in sctp_getsockopt_context()
6708 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6711 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6762 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6772 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6773 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6857 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6867 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6868 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7332 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7540 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7579 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7618 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7699 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()
7793 struct sctp_assoc_value params; in sctp_getsockopt_asconf_supported()
7832 struct sctp_assoc_value params; in sctp_getsockopt_auth_supported()
7871 struct sctp_assoc_value params; in sctp_getsockopt_ecn_supported()
7910 struct sctp_assoc_value params; in sctp_getsockopt_pf_expose()