Home
last modified time | relevance | path

Searched refs:rxhand (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/net/
Dif_atmsubr.c282 atm_input(ifp, ah, m, rxhand) in atm_input() argument
286 void *rxhand;
298 if (rxhand) {
300 struct natmpcb *npcb = rxhand;
306 m->m_pkthdr.rcvif = rxhand; /* XXX: overload */
Dif_atm.h75 void *rxhand; member
/mirbsd/src/sys/netinet/
Dif_atm.c156 api.rxhand = NULL;
199 api.rxhand = NULL;
/mirbsd/src/sys/netnatm/
Dnatm.c190 api.rxhand = npcb;
221 api.rxhand = npcb;
/mirbsd/src/sys/dev/ic/
Dmidwayvar.h152 void *rxhand; /* recv. handle if doing direct delivery */ member
Dmidway.c807 sc->rxslot[lcv].rxhand = NULL;
1220 sc->rxslot[slot].rxhand = NULL;
1227 sc->rxslot[slot].rxhand = pi->rxhand;
1252 sc->rxslot[slot].rxhand = NULL;
2513 EN_DQ_LEN(drq), sc->rxslot[slot].rxhand);
2522 atm_input(&sc->enif, &ah, m, sc->rxslot[slot].rxhand);
/mirbsd/src/sys/dev/usb/
Dueaglevar.h97 void *rxhand; member
Dueagle.c884 atm_input(ifp, &vcc->aph, m, vcc->rxhand); in ueagle_push_cell()
1106 vcc->rxhand = api->rxhand; in ueagle_open_vcc()