Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.c481 struct sctp_ifa *sctp_ifap, *new_sctp_ifap; in sctp_add_addr_to_vrf() local
499 SCTP_MALLOC(new_sctp_ifap, struct sctp_ifa *, sizeof(struct sctp_ifa), SCTP_M_IFA); in sctp_add_addr_to_vrf()
500 if (new_sctp_ifap == NULL) { in sctp_add_addr_to_vrf()
519 SCTP_FREE(new_sctp_ifap, SCTP_M_IFA); in sctp_add_addr_to_vrf()
575 SCTP_FREE(new_sctp_ifap, SCTP_M_IFA); in sctp_add_addr_to_vrf()
602 sctp_ifap = new_sctp_ifap; in sctp_add_addr_to_vrf()