Searched refs:rawcb_list (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.h93 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
H A Draw_cb.c82 struct rawcb_list_head rawcb_list; variable in typeref:struct:rawcb_list_head
112 LIST_INSERT_HEAD(&rawcb_list, rp, list);
H A Draw_usrreq.c94 LIST_INIT(&rawcb_list);
122 LIST_FOREACH(rp, &rawcb_list, list) {
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c248 LIST_FOREACH(rp, &rawcb_list, list)

Completed in 22 milliseconds