ether_input
ifp->if_input = ether_input;
ether_input(ifp, m, ns);
void ether_input(struct ifnet *, struct mbuf *, struct netstack *);