Searched refs:if_com_free (Results 1 – 1 of 1) sorted by relevance
334 static if_com_free_t *if_com_free[256]; variable683 if (if_com_free[ifp->if_alloctype] != NULL) in if_free_internal()684 if_com_free[ifp->if_alloctype](ifp->if_l2com, in if_free_internal()4023 KASSERT(if_com_free[type] == NULL, in if_register_com_alloc()4027 if_com_free[type] = f; in if_register_com_alloc()4036 KASSERT(if_com_free[type] != NULL, in if_deregister_com_alloc()4039 if_com_free[type] = NULL; in if_deregister_com_alloc()