Home
last modified time | relevance | path

Searched refs:sctp_auth_ep_add_chunkid (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sctp/
H A Dendpointola.c58 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF); in sctp_endpoint_init()
59 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF_ACK); in sctp_endpoint_init()
H A Dauth.c756 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid() function
H A Dsocket.c3591 return sctp_auth_ep_add_chunkid(ep, val->sauth_chunk); in sctp_setsockopt_auth_chunk()
4351 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF); in sctp_setsockopt_asconf_supported()
4352 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF_ACK); in sctp_setsockopt_asconf_supported()
4383 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF); in sctp_setsockopt_auth_supported()
4384 sctp_auth_ep_add_chunkid(ep, SCTP_CID_ASCONF_ACK); in sctp_setsockopt_auth_supported()
/openbmc/linux/include/net/sctp/
H A Dauth.h99 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id);