Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/sctp/
Dauth.h104 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
/Linux-v5.10/net/sctp/
Dauth.c869 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() function
Dsocket.c3682 return sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3689 ret = sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3697 int res = sctp_auth_set_active_key(ep, asoc, in sctp_setsockopt_active_key()