Searched refs:sctp_handle_auth (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.h | 214 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
| H A D | sctp_auth.c | 1590 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth() function
|
| H A D | sctp_input.c | 2153 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new() 4492 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, in sctp_process_control() 5242 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) { in sctp_process_control()
|