Home
last modified time | relevance | path

Searched refs:CK_SLIST_FOREACH (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net/
H A Dif_lagg.c481 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_register_vlan()
500 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_unregister_vlan()
677 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_capabilities()
697 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
899 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_port_checkstacking()
1103 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_get_counter()
2444 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_lb_attach()
2548 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_lacp_attach()
2559 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_lacp_detach()
2575 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_lacp_lladdr()
[all …]
H A Dif_vlan.c391 CK_SLIST_FOREACH(ifv2, &trunk->hash[i], ifv_list) in vlan_inshash()
421 CK_SLIST_FOREACH(ifv2, &trunk->hash[i], ifv_list) in vlan_remhash()
492 CK_SLIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list) in vlan_gethash()
508 CK_SLIST_FOREACH(ifv, &trunk->hash[i], ifv_list)
616 CK_SLIST_FOREACH (mc, &sc->vlan_mc_listhead, mc_entries) { in vlan_setmulti()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c1051 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_lookup_ipv4_state()
1090 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_lookup_ipv4_state_locked()
1121 CK_SLIST_FOREACH(s, &V_dyn_ipv4_parent[bucket], entry) { in dyn_lookup_ipv4_parent()
1198 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_lookup_ipv6_state()
1238 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_lookup_ipv6_state_locked()
2458 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_send_keepalive_ipv4()
2565 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_send_keepalive_ipv6()
2800 CK_SLIST_FOREACH(s, &V_dyn_ ## h[b], entry) { \ in ipfw_dyn_reset_eaction()
2847 CK_SLIST_FOREACH(s, &V_dyn_ ## h[b], entry) { \ in ipfw_dyn_get_count()
3065 CK_SLIST_FOREACH(s, &V_dyn_ ## h[b], entry) { \ in ipfw_dump_states()
[all …]
/f-stack/freebsd/kern/
H A Dkern_intr.c204 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_update()
660 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_describe_handler()
887 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_remove_handler()
1361 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_handle()
1559 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) in db_dump_intr_event()
H A Dvfs_cache.c963 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash()
996 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash()
1211 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_neg_promote_cond()
1383 CK_SLIST_FOREACH(ncp2, (NCHHASH(hash)), nc_hash) { in cache_neg_evict()
1571 CK_SLIST_FOREACH(rncp, (NCHHASH(hash)), nc_hash) { in cache_zap_unlocked_bucket()
1664 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_remove_cnp()
1867 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup_fallback()
1963 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup()
2357 CK_SLIST_FOREACH(n2, ncpp, nc_hash) { in cache_enter_time()
2801 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_validate()
[all …]
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c324 CK_SLIST_FOREACH(state, &STATE_HASH(host, hval), entries) { in nat64lsn_get_state6to4()
954 CK_SLIST_FOREACH(h, &cfg->hosts_hash[i], entries) {
1016 CK_SLIST_FOREACH(host, &HOSTS(cfg, ji->src6_hval), entries) { in nat64lsn_alloc_host()
1545 CK_SLIST_FOREACH(host, &HOSTS(cfg, hval), entries) { in nat64lsn_translate6()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h151 #define CK_SLIST_FOREACH(var, head, field) \ macro