Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/sctp/
Dauth.h104 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
/Linux-v6.6/net/sctp/
Dauth.c880 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() function
Dsocket.c3700 return sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3707 ret = sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3715 int res = sctp_auth_set_active_key(ep, asoc, in sctp_setsockopt_active_key()