Searched refs:natmintrq (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm_proto.c57 struct ifqueue natmintrq; /* natm packet input queue */ variable in typeref:struct:ifqueue
115 .dom_ifqueues = { &natmintrq, NULL },
127 natmintrq.ifq_maxlen = natmqmaxlen;
H A Dnatm.h113 extern struct ifqueue natmintrq; /* natm packet input queue */
H A Dnatm.c342 IF_DEQUEUE(&natmintrq, m);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_atmsubr.c246 inq = &natmintrq;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmidway.c3353 printf(" %d drops at natmintrq\n", natmintrq.ifq_drops);

Completed in 66 milliseconds