Home
last modified time | relevance | path

Searched refs:sctp_paddrthlds (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dsctp.h1050 struct sctp_paddrthlds { struct
/Linux-v4.19/net/sctp/
Dsocket.c3885 struct sctp_paddrthlds val; in sctp_setsockopt_paddr_thresholds()
3889 if (optlen < sizeof(struct sctp_paddrthlds)) in sctp_setsockopt_paddr_thresholds()
3891 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, in sctp_setsockopt_paddr_thresholds()
3892 sizeof(struct sctp_paddrthlds))) in sctp_setsockopt_paddr_thresholds()
6864 struct sctp_paddrthlds val; in sctp_getsockopt_paddr_thresholds()
6868 if (len < sizeof(struct sctp_paddrthlds)) in sctp_getsockopt_paddr_thresholds()
6870 len = sizeof(struct sctp_paddrthlds); in sctp_getsockopt_paddr_thresholds()
6871 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, len)) in sctp_getsockopt_paddr_thresholds()