Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/sctp/
Dauth.h104 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
/linux-6.6.21/net/sctp/
Dauth.c880 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() function
Dsocket.c3707 return sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3714 ret = sctp_auth_set_active_key(ep, asoc, val->scact_keynumber); in sctp_setsockopt_active_key()
3722 int res = sctp_auth_set_active_key(ep, asoc, in sctp_setsockopt_active_key()