Lines Matching refs:sctp_assoc_value

2857 	} else if (optlen == sizeof(struct sctp_assoc_value)) {  in sctp_setsockopt_delayed_ack()
3317 struct sctp_assoc_value params; in sctp_setsockopt_maxseg()
3330 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxseg()
3471 struct sctp_assoc_value params; in sctp_setsockopt_context()
3475 if (optlen != sizeof(struct sctp_assoc_value)) in sctp_setsockopt_context()
3591 struct sctp_assoc_value params; in sctp_setsockopt_maxburst()
3605 } else if (optlen == sizeof(struct sctp_assoc_value)) { in sctp_setsockopt_maxburst()
3960 struct sctp_assoc_value params; in sctp_setsockopt_pr_supported()
4034 struct sctp_assoc_value params; in sctp_setsockopt_reconfig_supported()
4067 struct sctp_assoc_value params; in sctp_setsockopt_enable_strreset()
4189 struct sctp_assoc_value params; in sctp_setsockopt_scheduler()
4248 struct sctp_assoc_value params; in sctp_setsockopt_interleaving_supported()
5762 } else if (len == sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_delayed_ack()
6390 struct sctp_assoc_value params; in sctp_getsockopt_context()
6394 if (len < sizeof(struct sctp_assoc_value)) in sctp_getsockopt_context()
6397 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_context()
6451 struct sctp_assoc_value params; in sctp_getsockopt_maxseg()
6461 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxseg()
6462 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxseg()
6545 struct sctp_assoc_value params; in sctp_getsockopt_maxburst()
6556 } else if (len >= sizeof(struct sctp_assoc_value)) { in sctp_getsockopt_maxburst()
6557 len = sizeof(struct sctp_assoc_value); in sctp_getsockopt_maxburst()
7005 struct sctp_assoc_value params; in sctp_getsockopt_pr_supported()
7210 struct sctp_assoc_value params; in sctp_getsockopt_reconfig_supported()
7251 struct sctp_assoc_value params; in sctp_getsockopt_enable_strreset()
7292 struct sctp_assoc_value params; in sctp_getsockopt_scheduler()
7371 struct sctp_assoc_value params; in sctp_getsockopt_interleaving_supported()