Home
last modified time | relevance | path

Searched refs:CK_LIST_EMPTY (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_module.c172 if (!CK_LIST_EMPTY(&ctl->ctl_pcb_head)) { in can_unload()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h111 if (!CK_LIST_EMPTY(&ht[x].head)) in __hash_empty()
/freebsd/sys/net/
H A Dbpf.h453 return (!CK_LIST_EMPTY(dlist)); in bpf_peers_present()
H A Dif_bridge.c1094 if (CK_LIST_EMPTY(&sc->sc_iflist)) { in bridge_ioctl()
1266 if (CK_LIST_EMPTY(&sc->sc_iflist)) { in bridge_delete_member()
1472 if (CK_LIST_EMPTY(&sc->sc_iflist)) in bridge_ioctl_add()
1511 if (V_bridge_inherit_mac && CK_LIST_EMPTY(&sc->sc_iflist) && in bridge_ioctl_add()
3252 if (CK_LIST_EMPTY(&sc->sc_spanlist)) in bridge_span()
4467 if (!CK_LIST_EMPTY(&sc->sc_iflist) && !hasls) { in bridge_linkcheck()
H A Dif_gre.c642 if ((gs = sc->gre_so) != NULL && CK_LIST_EMPTY(&gs->list)) { in gre_delete_tunnel()
/freebsd/sys/kern/
H A Dsubr_hash.c320 HPASS(CK_LIST_EMPTY((CK_LIST_HEAD(, foo) *)slot)); in hashfree()
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h379 #define CK_LIST_EMPTY(head) (CK_LIST_FIRST(head) == NULL) macro
/freebsd/sys/netinet6/
H A Dip6_gre.c263 if (CK_LIST_EMPTY(&gs->list)) { in in6_gre_setup_socket()
/freebsd/sys/netinet/
H A Dip_gre.c268 if (CK_LIST_EMPTY(&gs->list)) { in in_gre_setup_socket()
H A Din_pcb.c2620 } else if (!CK_LIST_EMPTY(pcbhash) && in _in_pcbinshash_wild()
2666 } else if (!CK_LIST_EMPTY(pcbhash) && in _in6_pcbinshash_wild()
/freebsd/sys/netpfil/pf/
H A Dpflow.c210 MPASS(CK_LIST_EMPTY(&V_pflowif_list)); in vnet_pflowdetach()
455 if (CK_LIST_EMPTY(&V_pflowif_list)) in pflow_destroy()
/freebsd/sys/netipsec/
H A Dipsec_offload.c603 return (!CK_LIST_EMPTY(&sav->accel_ifps)); in ipsec_accel_is_accel_sav_impl()
H A Dkey.c1259 KASSERT(CK_LIST_EMPTY(&sp->accel_ifps), in key_freesp()
3275 KASSERT(CK_LIST_EMPTY(&sav->accel_ifps), in key_delsav()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c5867 KASSERT(CK_LIST_EMPTY(&pmc_ss_owners), in pmc_cleanup()