Searched refs:sctp_auth_deact_key_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 967 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() function
|
H A D | socket.c | 3797 return sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key() 3804 ret = sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key() 3812 int res = sctp_auth_deact_key_id(ep, asoc, in sctp_setsockopt_deactivate_key()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | auth.c | 967 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() function
|
H A D | socket.c | 3803 return sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key() 3810 ret = sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key() 3818 int res = sctp_auth_deact_key_id(ep, asoc, in sctp_setsockopt_deactivate_key()
|
Completed in 24 milliseconds