Home
last modified time | relevance | path

Searched refs:sctp_authkeyid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsctp.h840 struct sctp_authkeyid { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsctp.h840 struct sctp_authkeyid { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h873 struct sctp_authkeyid { struct
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c3685 struct sctp_authkeyid *val, in sctp_setsockopt_active_key()
3692 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3733 struct sctp_authkeyid *val, in sctp_setsockopt_del_key()
3740 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3781 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key()
3788 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6799 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6802 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6805 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()