ether_input       688 net/if.h       #define	ether_input_mbuf(ifp, m)        ether_input((ifp), NULL, (m))
ether_input       693 net/if.h       void	ether_input(struct ifnet *, struct ether_header *, struct mbuf *);
ether_input      1452 net/if_bridge.c 				ether_input(ifl->ifp, eh, m);
ether_input      1492 net/if_bridge.c 				ether_input(ifl->ifp, eh, m);
ether_input       321 net/if_vlan.c  	ether_input(&ifv->ifv_if, eh, m);
ether_input      1528 netinet/ip_carp.c 			ether_input(&vh->sc_if, &eh, m0);
ether_input      1544 netinet/ip_carp.c 	ether_input(ifp, &eh, m);