Searched refs:natm_pcbs (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm_pcb.c129 for (cpcb = natm_pcbs.lh_first ; cpcb != NULL ;
162 LIST_INSERT_HEAD(&natm_pcbs, cpcb, pcblist);
181 for (cpcb = natm_pcbs.lh_first ; cpcb != NULL ;
H A Dnatm_proto.c56 struct npcblist natm_pcbs = LIST_HEAD_INITIALIZER(natm_pcbs); variable in typeref:struct:npcblist
H A Dnatm.h112 extern struct npcblist natm_pcbs; /* global list of pcbs */

Completed in 53 milliseconds