Home
last modified time | relevance | path

Searched refs:sctp_auth_recv_cid (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/net/sctp/
Dauth.h101 int sctp_auth_recv_cid(sctp_cid_t chunk, const struct sctp_association *asoc);
/linux-4.4.14/net/sctp/
Dendpointola.c469 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
Dauth.c686 int sctp_auth_recv_cid(sctp_cid_t chunk, const struct sctp_association *asoc) in sctp_auth_recv_cid() function
Dsm_statefuns.c569 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_do_5_1C_ack()
4351 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_abort_violation()
4477 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_violation_paramlen()
Dassociola.c1023 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv()