Home
last modified time | relevance | path

Searched refs:sctp_hmacalgo (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dauth.h24 struct sctp_hmacalgo;
101 struct sctp_hmacalgo *hmacs);
/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.h810 struct sctp_hmacalgo { 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.h810 struct sctp_hmacalgo { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h843 struct sctp_hmacalgo { struct
/OK3568_Linux_fs/kernel/net/sctp/
H A Dauth.c779 struct sctp_hmacalgo *hmacs) in sctp_auth_ep_set_hmacs()
H A Dsocket.c3595 struct sctp_hmacalgo *hmacs, in sctp_setsockopt_hmac_ident()
3604 if (optlen < sizeof(struct sctp_hmacalgo)) in sctp_setsockopt_hmac_ident()
3606 optlen = min_t(unsigned int, optlen, sizeof(struct sctp_hmacalgo) + in sctp_setsockopt_hmac_ident()
3611 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) in sctp_setsockopt_hmac_ident()
6763 struct sctp_hmacalgo __user *p = (void __user *)optval; in sctp_getsockopt_hmac_ident()
6776 if (len < sizeof(struct sctp_hmacalgo) + data_len) in sctp_getsockopt_hmac_ident()
6779 len = sizeof(struct sctp_hmacalgo) + data_len; in sctp_getsockopt_hmac_ident()