Home
last modified time | relevance | path

Searched refs:sctp_auth_deact_key_id (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/sctp/
H A Dauth.h108 int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
/linux/net/sctp/
H A Dauth.c967 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() function
H A Dsocket.c3804 return sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key()
3811 ret = sctp_auth_deact_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_deactivate_key()
3819 int res = sctp_auth_deact_key_id(ep, asoc, in sctp_setsockopt_deactivate_key()