Home
last modified time | relevance | path

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

/mirbsd/src/sys/netnatm/
Dnatm_pcb.c127 for (cpcb = natm_pcbs.lh_first ; cpcb != NULL ;
160 LIST_INSERT_HEAD(&natm_pcbs, cpcb, pcblist);
179 for (cpcb = natm_pcbs.lh_first ; cpcb != NULL ; in npcb_dump()
Dnatm_proto.c106 LIST_INIT(&natm_pcbs); in natm_init()
Dnatm.h116 struct npcblist natm_pcbs; /* global list of pcbs */ variable