Symbol: pslist_head
sys/dev/acpi/acpi_display.c
411
struct pslist_head list;
sys/kern/kern_ksyms.c
173
static struct pslist_head ksyms_symtabs_psz = PSLIST_INITIALIZER;
sys/kern/subr_hash.c
61
struct pslist_head *hashtbl_pslist;
sys/kern/subr_hash.c
95
struct pslist_head *hashtbl_pslist;
sys/net/bpf.c
180
static struct pslist_head bpf_iflist;
sys/net/bpf.c
181
static struct pslist_head bpf_dlist;
sys/net/bpfdesc.h
187
struct pslist_head bif_dlist_head;
sys/net/if.c
188
struct pslist_head ifnet_pslist;
sys/net/if.h
1403
extern struct pslist_head ifnet_pslist;
sys/net/if.h
434
struct pslist_head
sys/net/if_bridgevar.h
290
struct pslist_head bip_iflist; /* member interface list */
sys/net/if_bridgevar.h
325
struct pslist_head *sc_rthash; /* our forwarding table */
sys/net/if_bridgevar.h
326
struct pslist_head sc_rtlist; /* list version of above */
sys/net/if_l2tp.c
108
struct pslist_head *lists;
sys/net/if_vlan.c
229
struct pslist_head *lists;
sys/net/if_wg.c
695
struct pslist_head wg_peers;
sys/net/lagg/if_laggproto.c
54
struct pslist_head psc_ports;
sys/netinet/in.c
199
struct pslist_head * in_ifaddrhashtbl_pslist;
sys/netinet/in.c
201
struct pslist_head in_ifaddrhead_pslist;
sys/netinet/in_var.h
182
extern struct pslist_head *in_ifaddrhashtbl_pslist;
sys/netinet/in_var.h
184
extern struct pslist_head in_ifaddrhead_pslist;
sys/netinet/ip_encap.c
130
struct pslist_head list;
sys/netinet6/in6.c
143
struct pslist_head in6_ifaddr_list;
sys/netinet6/in6_var.h
435
extern struct pslist_head in6_ifaddr_list;
sys/netipsec/key.c
258
struct pslist_head splist[IPSEC_DIR_MAX];
sys/netipsec/key.c
263
struct pslist_head socksplist;
sys/netipsec/key.c
274
struct pslist_head *sahlists;
sys/netipsec/key.c
276
struct pslist_head *savlut;
sys/netipsec/keydb.h
83
struct pslist_head savlist[SADB_SASTATE_MAX+1];
sys/rump/librump/rumpnet/net_stub.c
116
struct pslist_head ifnet_pslist;
sys/sys/pslist.h
113
pslist_writer_insert_head(struct pslist_head *head, struct pslist_entry *new)
sys/sys/pslist.h
201
pslist_writer_first(const struct pslist_head *head)
sys/sys/pslist.h
216
_pslist_writer_first_container(const struct pslist_head *head,
sys/sys/pslist.h
242
pslist_reader_first(const struct pslist_head *head)
sys/sys/pslist.h
266
_pslist_reader_first_container(const struct pslist_head *head,
sys/sys/pslist.h
38
struct pslist_head;
sys/sys/pslist.h
65
pslist_init(struct pslist_head *head)
sys/sys/pslist.h
72
pslist_destroy(struct pslist_head *head __diagused)
tests/include/sys/t_pslist.c
56
struct pslist_head h = PSLIST_INITIALIZER;