Searched refs:if_com_free (Results 1 – 1 of 1) sorted by relevance
226 static if_com_free_t *if_com_free[256]; variable475 if (if_com_free[ifp->if_alloctype] != NULL) in if_free_internal()476 if_com_free[ifp->if_alloctype](ifp->if_l2com, in if_free_internal()3530 KASSERT(if_com_free[type] == NULL, in if_register_com_alloc()3534 if_com_free[type] = f; in if_register_com_alloc()3543 KASSERT(if_com_free[type] != NULL, in if_deregister_com_alloc()3546 if_com_free[type] = NULL; in if_deregister_com_alloc()