Home
last modified time | relevance | path

Searched refs:sctp_copy_hmaclist (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_peeloff.c136 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_do_peeloff()
H A Dsctp_auth.h156 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);
H A Dsctp_auth.c681 sctp_copy_hmaclist(sctp_hmaclist_t *list) in sctp_copy_hmaclist() function
1917 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_initialize_auth_params()
H A Dsctp_input.c2668 sctp_copy_hmaclist((*inp_p)->sctp_ep.local_hmacs); in sctp_handle_cookie_echo()