Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_auth.c786 sctp_authinfo_t *new_authinfo; in sctp_alloc_authinfo() local
788 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo), in sctp_alloc_authinfo()
791 if (new_authinfo == NULL) { in sctp_alloc_authinfo()
795 bzero(new_authinfo, sizeof(*new_authinfo)); in sctp_alloc_authinfo()
796 return (new_authinfo); in sctp_alloc_authinfo()