Searched refs:sctp_auth_recv_cid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 90 int sctp_auth_recv_cid(enum sctp_cid chunk,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 90 int sctp_auth_recv_cid(enum sctp_cid chunk,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | endpointola.c | 385 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
|
H A D | auth.c | 686 int sctp_auth_recv_cid(enum sctp_cid chunk, const struct sctp_association *asoc) in sctp_auth_recv_cid() function
|
H A D | associola.c | 1024 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv()
|
H A D | sm_statefuns.c | 578 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_do_5_1C_ack() 4611 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_abort_violation() 4736 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_violation_paramlen()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | endpointola.c | 390 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
|
H A D | auth.c | 686 int sctp_auth_recv_cid(enum sctp_cid chunk, const struct sctp_association *asoc) in sctp_auth_recv_cid() function
|
H A D | associola.c | 1032 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_assoc_bh_rcv()
|
H A D | sm_statefuns.c | 586 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_do_5_1C_ack() 4714 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_abort_violation() 4839 if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)) in sctp_sf_violation_paramlen()
|
Completed in 25 milliseconds