Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dauth.h106 int sctp_auth_del_key_id(struct sctp_endpoint *ep,
/openbmc/linux/net/sctp/
H A Dauth.c923 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id() function
H A Dsocket.c3755 return sctp_auth_del_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_del_key()
3762 ret = sctp_auth_del_key_id(ep, asoc, val->scact_keynumber); in sctp_setsockopt_del_key()
3770 int res = sctp_auth_del_key_id(ep, asoc, in sctp_setsockopt_del_key()