Searched refs:sctp_handle_auth (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_auth.h | 211 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
H A D | sctp_auth.c | 1587 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth() function
|
H A D | sctp_input.c | 2105 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new() 4445 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, in sctp_process_control() 5173 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) { in sctp_process_control()
|