Lines Matching defs:ifp
71 #define IFP2AC(ifp) ((struct arpcom *)ifp) argument
72 #define IFP2NG(ifp) (IFP2AC((ifp))->ac_netgraph) argument
76 struct ifnet *ifp; /* associated interface */ member
217 ng_ether_input(struct ifnet *ifp, struct mbuf **mp) in ng_ether_input()
236 ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m) in ng_ether_input_orphan()
255 ng_ether_output(struct ifnet *ifp, struct mbuf **mp) in ng_ether_output()
275 ng_ether_attach(struct ifnet *ifp) in ng_ether_attach()
314 ng_ether_detach(struct ifnet *ifp) in ng_ether_detach()
599 struct ifnet *const ifp = priv->ifp; in ng_ether_rcv_lower() local
643 struct ifnet *ifp = priv->ifp; in ng_ether_rcv_upper() local
733 struct ifnet *ifp; in ng_ether_mod_event() local