Lines Matching defs:ifp
76 #define IFP2NG(ifp) ((ifp)->if_l2com) argument
80 struct ifnet *ifp; /* associated interface */ member
245 ng_ether_input(struct ifnet *ifp, struct mbuf **mp) in ng_ether_input()
262 ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m) in ng_ether_input_orphan()
281 ng_ether_output(struct ifnet *ifp, struct mbuf **mp) in ng_ether_output()
303 ng_ether_attach(struct ifnet *ifp) in ng_ether_attach()
353 ng_ether_detach(struct ifnet *ifp) in ng_ether_detach()
375 ng_ether_link_state(struct ifnet *ifp, int state) in ng_ether_link_state()
410 ng_ether_ifnet_arrival_event(void *arg __unused, struct ifnet *ifp) in ng_ether_ifnet_arrival_event()
669 struct ifnet *const ifp = priv->ifp; in ng_ether_rcv_lower() local
717 struct ifnet *ifp = priv->ifp; in ng_ether_rcv_upper() local
863 struct ifnet *ifp; in vnet_ng_ether_init() local