Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/ !
H A Dif.c5515 IFMA_ADDREF_LOCKED(ifma); in if_attach_ifma()
5635 IFMA_ADDREF_LOCKED(ifma); in if_addmulti_doesexist()
5869 IFMA_ADDREF_LOCKED(llifma); in if_addmulti_common()
5882 IFMA_ADDREF_LOCKED(ifma); /* for this routine */ in if_addmulti_common()
5885 IFMA_ADDREF_LOCKED(*retifma); /* for caller */ in if_addmulti_common()
6015 IFMA_ADDREF_LOCKED(ifma); /* for this routine */ in if_delmulti_common()
H A Dif_var_private.h1346 #define IFMA_ADDREF_LOCKED(_ifma) \ macro