Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_lagg.c482 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_register_vlan()
501 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) in lagg_unregister_vlan()
675 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
689 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
701 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_capabilities()
869 CK_SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) { in lagg_port_create()
908 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_port_checkstacking()
985 CK_SLIST_FOREACH(lp_ptr, &sc->sc_ports, lp_entries) in lagg_port_destroy()
1112 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_get_counter()
1269 CK_SLIST_FOREACH(lp, &sc->sc_ports, lp_entries) { in lagg_if_updown()
[all …]
H A Dif_llatbl.c446 CK_SLIST_FOREACH(child_lle, &lle->lle_children, lle_child_next) { in llentry_lookup_family()
532 CK_SLIST_FOREACH(child_lle, &lle->lle_children, lle_child_next) { in llentry_request_feedback()
579 CK_SLIST_FOREACH(child_lle, &lle->lle_children, lle_child_next) { in llentry_get_hittime()
H A Dif_vlan.c442 CK_SLIST_FOREACH(ifv2, &trunk->hash[i], ifv_list) in vlan_inshash()
472 CK_SLIST_FOREACH(ifv2, &trunk->hash[i], ifv_list) in vlan_remhash()
538 CK_SLIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list) in vlan_gethash()
554 CK_SLIST_FOREACH(ifv, &trunk->hash[i], ifv_list)
663 CK_SLIST_FOREACH (mc, &sc->vlan_mc_listhead, mc_entries) { in vlan_setmulti()
/freebsd/sys/netinet/
H A Dtcp_hostcache.c350 CK_SLIST_FOREACH(hc_entry, &hc_head->hch_bucket, hc_q) in tcp_hc_lookup()
464 CK_SLIST_FOREACH(hc_entry, &hc_head->hch_bucket, hc_q) { in tcp_hc_update()
670 CK_SLIST_FOREACH(hc_entry, in sysctl_tcp_hc_list()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1057 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_lookup_ipv4_state()
1096 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_lookup_ipv4_state_locked()
1127 CK_SLIST_FOREACH(s, &V_dyn_ipv4_parent[bucket], entry) { in dyn_lookup_ipv4_parent()
1160 CK_SLIST_FOREACH(s, &V_dyn_ipv4_parent[bucket], entry) { in dyn_lookup_ipv4_parent_locked()
1204 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_lookup_ipv6_state()
1244 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_lookup_ipv6_state_locked()
1276 CK_SLIST_FOREACH(s, &V_dyn_ipv6_parent[bucket], entry) { in dyn_lookup_ipv6_parent()
1310 CK_SLIST_FOREACH(s, &V_dyn_ipv6_parent[bucket], entry) { in dyn_lookup_ipv6_parent_locked()
2467 CK_SLIST_FOREACH(s, &V_dyn_ipv4[bucket], entry) { in dyn_send_keepalive_ipv4()
2574 CK_SLIST_FOREACH(s, &V_dyn_ipv6[bucket], entry) { in dyn_send_keepalive_ipv6()
[all …]
/freebsd/sys/kern/
H A Dkern_intr.c227 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_update()
698 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_describe_handler()
1384 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) { in intr_event_handle()
1577 CK_SLIST_FOREACH(ih, &ie->ie_handlers, ih_next) in db_dump_intr_event()
H A Dvfs_cache.c1153 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) in sysctl_debug_hashstat_rawnchash()
1186 CK_SLIST_FOREACH(ncp, ncpp, nc_hash) { in sysctl_debug_hashstat_nchash()
1401 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_neg_promote_cond()
1573 CK_SLIST_FOREACH(ncp2, (NCHHASH(hash)), nc_hash) { in cache_neg_evict()
1762 CK_SLIST_FOREACH(rncp, (NCHHASH(hash)), nc_hash) { in cache_zap_unlocked_bucket()
1874 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_remove_cnp()
2075 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup_fallback()
2170 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_lookup()
2571 CK_SLIST_FOREACH(n2, ncpp, nc_hash) { in cache_enter_time()
3106 CK_SLIST_FOREACH(ncp, (NCHHASH(hash)), nc_hash) { in cache_validate()
[all …]
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c330 CK_SLIST_FOREACH(state, &STATE_HASH(host, hval), entries) { in nat64lsn_get_state6to4()
975 CK_SLIST_FOREACH(h, &cfg->hosts_hash[i], entries) {
1037 CK_SLIST_FOREACH(host, &HOSTS(cfg, ji->src6_hval), entries) { in nat64lsn_alloc_host()
1693 CK_SLIST_FOREACH(host, &HOSTS(cfg, hval), entries) { in nat64lsn_translate6()
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h151 #define CK_SLIST_FOREACH(var, head, field) \ macro
/freebsd/sys/netinet6/
H A Dnd6.c1396 CK_SLIST_FOREACH(child_lle, &lle->lle_children, lle_child_next) { in nd6_try_set_entry_addr_locked()
2555 CK_SLIST_FOREACH(child_lle, &lle->lle_children, lle_child_next) { in nd6_flush_children_holdchain()
/freebsd/sys/dev/evdev/
H A Devdev.c862 CK_SLIST_FOREACH(client, &evdev->ev_clients, ec_link) { in evdev_propagate_event()