Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dauth.h104 int sctp_auth_set_active_key(struct sctp_endpoint *ep,
/openbmc/linux/net/sctp/
H A Dauth.c880 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() function
H A 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()