Searched refs:if_l2com (Results 1 – 7 of 7) sorted by relevance
134 #define IFP2FWC(ifp) ((struct fw_com *)(ifp)->if_l2com)
69 IF_DB_PRINTF("%p", if_l2com); in if_show_ifnet()
425 if (ifp->if_l2com != NULL) { in ether_output()654 if (ifp->if_l2com != NULL) { in ether_input_internal()932 if (ifp->if_l2com != NULL) { in ether_demux()1031 if (ifp->if_l2com != NULL) { in ether_ifdetach()1046 if (ifp->if_l2com != NULL) { in ether_reassign()
206 #define IFP2SP(ifp) ((struct sppp *)(ifp)->if_l2com)
299 void *if_l2com; /* pointer to protocol bits */ member
625 ifp->if_l2com = if_com_alloc[type](type, ifp); in if_alloc_domain()626 if (ifp->if_l2com == NULL) { in if_alloc_domain()684 if_com_free[ifp->if_alloctype](ifp->if_l2com, in if_free_internal()2280 ifp->if_l2com != NULL) in do_link_state_change()
77 #define IFP2NG(ifp) ((ifp)->if_l2com)