Searched refs:PSLIST_WRITER_FIRST (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | pslist.h | 319 #define PSLIST_WRITER_FIRST(H, T, F) \ macro 326 for ((V) = PSLIST_WRITER_FIRST((H), T, F); \
|
| /netbsd-src/sys/netinet/ |
| H A D | in_var.h | 229 PSLIST_WRITER_FIRST(&in_ifaddrhead_pslist, struct in_ifaddr, \ 236 (PSLIST_WRITER_FIRST(&in_ifaddrhead_pslist, struct in_ifaddr, \
|
| /netbsd-src/tests/include/sys/ |
| H A D | t_pslist.c | 117 while ((element = PSLIST_WRITER_FIRST(&h, struct element, entry)) in ATF_TC_BODY()
|
| /netbsd-src/sys/netinet6/ |
| H A D | in6_var.h | 461 PSLIST_WRITER_FIRST(&in6_ifaddr_list, struct in6_ifaddr, \ 468 (PSLIST_WRITER_FIRST(&in6_ifaddr_list, struct in6_ifaddr, \
|
| /netbsd-src/sys/net/ |
| H A D | if.h | 1329 (PSLIST_WRITER_FIRST(&(__ifp)->if_addr_pslist, struct ifaddr, \ 1372 (PSLIST_WRITER_FIRST(&ifnet_pslist, struct ifnet, if_pslist_entry) == NULL)
|
| H A D | if_vlan.c | 697 if (PSLIST_WRITER_FIRST(&ifv_hash.lists[i], struct ifvlan, in vlan_hash_fini()
|
| H A D | if_l2tp.c | 1135 if (PSLIST_WRITER_FIRST(&l2tp_hash.lists[i], struct l2tp_softc, in l2tp_hash_fini()
|
| H A D | bpf.c | 230 (PSLIST_WRITER_FIRST(&(__bp)->bif_dlist_head, struct bpf_d, \
|
| H A D | if_bridge.c | 484 bif = PSLIST_WRITER_FIRST(&sc->sc_iflist_psref.bip_iflist, struct bridge_iflist, in bridge_clone_destroy()
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 816 pslist.9 PSLIST_WRITER_FIRST.9 \
|
| /netbsd-src/sys/netipsec/ |
| H A D | key.c | 318 (PSLIST_WRITER_FIRST(&key_spd.splist[(dir)], struct secpolicy, \ 396 (PSLIST_WRITER_FIRST(&(sah)->savlist[(state)], struct secasvar, \
|