Searched refs:rcb_list (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Draw_cb.h42 LIST_ENTRY(rawcb) rcb_list; /* doubly linked list */ member in struct:rawcb
H A Draw_cb.c87 LIST_INSERT_HEAD(&rawcb, rp, rcb_list);
102 LIST_REMOVE(rp, rcb_list); /* remove last reference */
H A Draw_usrreq.c96 LIST_FOREACH(rp, &rawcb, rcb_list) {
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_osdep.h204 * and (to avoid namespace collisions) uses rcb_list as the "next" field.
207 #define rcb_list list macro
H A Dkeysock.c357 LIST_FOREACH(rp, &rawcb_list, rcb_list)
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Didrp_usrreq.c196 LIST_INSERT_HEAD(&idrp_pcb, rp, rcb_list);
H A Desis.c217 LIST_INSERT_HEAD(&esis_pcb, rp, rcb_list);
1067 for (rp = esis_pcb.lh_first; rp != 0; rp = rp->rcb_list.le_next) {
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkeysock.c368 for (rp = rawcb.lh_first; rp; rp = rp->rcb_list.le_next)

Completed in 69 milliseconds