Searched refs:new_authinfo (Results 1 – 1 of 1) sorted by relevance
778 sctp_authinfo_t *new_authinfo; in sctp_alloc_authinfo() local780 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo), in sctp_alloc_authinfo()783 if (new_authinfo == NULL) { in sctp_alloc_authinfo()787 memset(new_authinfo, 0, sizeof(*new_authinfo)); in sctp_alloc_authinfo()788 return (new_authinfo); in sctp_alloc_authinfo()