Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsctp.h898 struct sctp_paddrthlds { struct
/linux-4.4.14/net/sctp/
Dsocket.c3595 struct sctp_paddrthlds val; in sctp_setsockopt_paddr_thresholds()
3599 if (optlen < sizeof(struct sctp_paddrthlds)) in sctp_setsockopt_paddr_thresholds()
3601 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, in sctp_setsockopt_paddr_thresholds()
3602 sizeof(struct sctp_paddrthlds))) in sctp_setsockopt_paddr_thresholds()
5814 struct sctp_paddrthlds val; in sctp_getsockopt_paddr_thresholds()
5818 if (len < sizeof(struct sctp_paddrthlds)) in sctp_getsockopt_paddr_thresholds()
5820 len = sizeof(struct sctp_paddrthlds); in sctp_getsockopt_paddr_thresholds()
5821 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, len)) in sctp_getsockopt_paddr_thresholds()