Searched refs:sctp_handle_auth (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_auth.h | 218 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
|
| D | sctp_auth.c | 1626 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth() function
|
| D | sctp_input.c | 2227 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new() 4623 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, in sctp_process_control() 5575 if ((ch == NULL) || sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, in sctp_process_control()
|