Home
last modified time | relevance | path

Searched refs:sctp_handle_auth (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dsctp_auth.h218 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
Dsctp_auth.c1626 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth() function
Dsctp_input.c2227 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()