Searched refs:atm_input (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_atmsubr.c241 atm_input(struct ifnet *ifp, struct atm_pseudohdr *ah, struct mbuf *m, function
285 printf("atm_input: NATM detected but not "
355 ifp->if_input = atm_input;
H A Dif_atm.h293 void atm_input(struct ifnet *, struct atm_pseudohdr *,
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_rx.c332 atm_input(sc->ifp, &aph, m, vcc->rxhand);
524 atm_input(sc->ifp, &aph, m, vcc->rxhand);
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_rx.c263 atm_input(sc->ifp, &aph, m, vcc->rxhand);
/freebsd-9.3-release/sys/dev/en/
H A Dmidway.c1848 DBG(sc, INTR, ("rx%td: rxvci%d: atm_input, mbuf %p, len %d, "
1866 atm_input(sc->ifp, &ah, m, vc->rxhand);
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatm.c1571 atm_input(ifp, &aph, m0, vc->rxhand);

Completed in 110 milliseconds