Searched refs:V_rawcb_list (Results 1 – 4 of 4) sorted by relevance
63 LIST_INIT(&V_rawcb_list); in raw_init()90 LIST_FOREACH(rp, &V_rawcb_list, list) { in raw_input_ext()
61 #define V_rawcb_list VNET(rawcb_list) macro
100 LIST_INSERT_HEAD(&V_rawcb_list, rp, list); in raw_attach()
210 LIST_FOREACH(rp, &V_rawcb_list, list) in key_sendup_mbuf()