Searched refs:CK_LIST_ENTRY (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dck.h15 #define CK_LIST_ENTRY LIST_ENTRY macro
H A Dpmc.h867 CK_LIST_ENTRY(pmc_owner) po_ssnext; /* (g/p) list of SS PMC owners */
/freebsd-12-stable/sys/net/
H A Dif_gif.h65 CK_LIST_ENTRY(gif_softc) chain;
66 CK_LIST_ENTRY(gif_softc) srchash;
H A Dif_gre.h82 CK_LIST_ENTRY(gre_socket) chain;
110 CK_LIST_ENTRY(gre_softc) chain;
111 CK_LIST_ENTRY(gre_softc) srchash;
H A Dif_llatbl.h53 CK_LIST_ENTRY(llentry) lle_next;
81 CK_LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
H A Dif_me.c85 CK_LIST_ENTRY(me_softc) chain;
86 CK_LIST_ENTRY(me_softc) srchash;
H A Dif_ipsec.c96 CK_LIST_ENTRY(ipsec_softc) idhash;
97 CK_LIST_ENTRY(ipsec_softc) srchash;
H A Dif_bridge.c229 CK_LIST_ENTRY(bridge_iflist) bif_next;
245 CK_LIST_ENTRY(bridge_rtnode) brt_hash; /* hash table linkage */
246 CK_LIST_ENTRY(bridge_rtnode) brt_list; /* list linkage */
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h112 CK_LIST_ENTRY(dn_aqm) next; /* Next AQM in the list */
H A Ddn_sched.h146 CK_LIST_ENTRY(dn_alg) next; /* Next scheduler in the list */
/freebsd-12-stable/sys/netinet/
H A Din_pcb.h238 CK_LIST_ENTRY(inpcb) inp_hash; /* [w](h/i) [r](e/i) hash list */
239 CK_LIST_ENTRY(inpcb) inp_pcbgrouphash; /* (g/i) hash list */
283 CK_LIST_ENTRY(inpcb) inp_pcbgroup_wild; /* (g/i/h) group wildcard entry */
321 CK_LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */
330 CK_LIST_ENTRY(inpcb) inp_list; /* (p/l) list for all PCBs for proto */
409 CK_LIST_ENTRY(inpcbport) phd_hash;
570 CK_LIST_ENTRY(inpcblbgroup) il_list;
H A Dip_encap.c93 CK_LIST_ENTRY(encaptab) chain;
105 CK_LIST_ENTRY(srcaddrtab) chain;
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_queue.h362 #define CK_LIST_ENTRY(type) \ macro
/freebsd-12-stable/sys/netinet6/
H A Din6_var.h145 CK_LIST_ENTRY(in6_ifaddr) ia6_hash;

Completed in 140 milliseconds