Searched refs:new_authinfo (Results 1 – 1 of 1) sorted by relevance
781 sctp_authinfo_t *new_authinfo; in sctp_alloc_authinfo() local783 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo), in sctp_alloc_authinfo()786 if (new_authinfo == NULL) { in sctp_alloc_authinfo()790 memset(new_authinfo, 0, sizeof(*new_authinfo)); in sctp_alloc_authinfo()791 return (new_authinfo); in sctp_alloc_authinfo()