Home
last modified time | relevance | path

Searched refs:CK_LIST_FIRST (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_queue.h378 #define CK_LIST_FIRST(head) ck_pr_load_ptr(&(head)->clh_first) macro
379 #define CK_LIST_EMPTY(head) (CK_LIST_FIRST(head) == NULL)
383 for ((var) = CK_LIST_FIRST((head)); \
388 for ((var) = ((var) != NULL ? (var) : CK_LIST_FIRST((head))); \
393 for ((var) = CK_LIST_FIRST((head)); \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h131 const struct lkpi_hash_entry *__first = CK_LIST_FIRST(&(ht)->head); \
/freebsd/sys/net/
H A Dif_bridge.c730 while ((bif = CK_LIST_FIRST(&sc->sc_iflist)) != NULL) in bridge_reassign()
733 while ((bif = CK_LIST_FIRST(&sc->sc_spanlist)) != NULL) { in bridge_reassign()
843 while ((bif = CK_LIST_FIRST(&sc->sc_iflist)) != NULL) in bridge_clone_destroy()
846 while ((bif = CK_LIST_FIRST(&sc->sc_spanlist)) != NULL) { in bridge_clone_destroy()
1173 bifl = CK_LIST_FIRST(&sc->sc_iflist); in bridge_delete_member()
3261 lbrt = CK_LIST_FIRST(&sc->sc_rthash[hash]); in bridge_rtnode_insert()
H A Dbpf.c2866 while ((d = CK_LIST_FIRST(&bp->bif_dlist)) != NULL) { in bpf_ifdetach()
2871 while ((d = CK_LIST_FIRST(&bp->bif_wlist)) != NULL) { in bpf_ifdetach()
2904 while ((d = CK_LIST_FIRST(&bp->bif_dlist)) != NULL) { in bpfdetach()
2909 while ((d = CK_LIST_FIRST(&bp->bif_wlist)) != NULL) { in bpfdetach()
/freebsd/sys/netipsec/
H A Dipsec_offload.c477 i = CK_LIST_FIRST(&sav->accel_ifps); in ipsec_accel_forget_sav_clear()
722 i = CK_LIST_FIRST(&sp->accel_ifps); in ipsec_accel_spddel_act()
/freebsd/sys/netinet/
H A Din_pcb.c1570 CK_LIST_FIRST(&(ipi)->ipi_listhead) : \
1571 CK_LIST_FIRST(&(ipi)->ipi_hash_exact[(hash)]))
2542 !in_pcbjailed(CK_LIST_FIRST(pcbhash), PR_IP4)) { in _in_pcbinshash_wild()
2588 !in_pcbjailed(CK_LIST_FIRST(pcbhash), PR_IP6)) { in _in6_pcbinshash_wild()