Searched refs:sctp_paddrthlds (Results 1 – 2 of 2) sorted by relevance
1064 struct sctp_paddrthlds { struct
3948 struct sctp_paddrthlds val; in sctp_setsockopt_paddr_thresholds()3952 if (optlen < sizeof(struct sctp_paddrthlds)) in sctp_setsockopt_paddr_thresholds()3954 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, in sctp_setsockopt_paddr_thresholds()3955 sizeof(struct sctp_paddrthlds))) in sctp_setsockopt_paddr_thresholds()7177 struct sctp_paddrthlds val; in sctp_getsockopt_paddr_thresholds()7181 if (len < sizeof(struct sctp_paddrthlds)) in sctp_getsockopt_paddr_thresholds()7183 len = sizeof(struct sctp_paddrthlds); in sctp_getsockopt_paddr_thresholds()7184 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, len)) in sctp_getsockopt_paddr_thresholds()