Searched refs:ether_dispatch (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/sys/net/ |
| H A D | if_ethersubr.c | 107 static void ether_dispatch(struct ifnet *, int, struct mbuf *, int); 1420 ether_dispatch(ifp, isr, m, -1); in ether_input_handler() 1447 ether_dispatch(struct ifnet *ifp, int isr, struct mbuf *m, int cpuid) in ether_dispatch() function 1542 ether_dispatch(ifp, pi->pi_netisr, m, cpuid); in ether_input() 1582 ether_dispatch(ifp, isr, m, cpuid); in ether_input()
|