Searched refs:new_authinfo (Results 1 – 1 of 1) sorted by relevance
786 sctp_authinfo_t *new_authinfo; in sctp_alloc_authinfo() local788 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()