Searched refs:if_com_alloc (Results 1 – 1 of 1) sorted by relevance
333 static if_com_alloc_t *if_com_alloc[256]; variable624 if (if_com_alloc[type] != NULL) { in if_alloc_domain()625 ifp->if_l2com = if_com_alloc[type](type, ifp); in if_alloc_domain()4021 KASSERT(if_com_alloc[type] == NULL, in if_register_com_alloc()4026 if_com_alloc[type] = a; in if_register_com_alloc()4034 KASSERT(if_com_alloc[type] != NULL, in if_deregister_com_alloc()4038 if_com_alloc[type] = NULL; in if_deregister_com_alloc()