Home
last modified time | relevance | path

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

/net/netfilter/
A Dnf_flow_table_xdp.c17 struct hlist_node hnode; member
32 hash_for_each_possible_rcu(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev()
65 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_insert()
79 hash_add_rcu(nf_xdp_hashtable, &elem->hnode, key); in nf_flowtable_by_dev_insert()
102 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_remove()
120 hash_del_rcu(&elem->hnode); in nf_flowtable_by_dev_remove()
A Dnf_conntrack_expect.c57 hlist_del_rcu(&exp->hnode); in nf_ct_unlink_expect_report()
143 hlist_for_each_entry_rcu(i, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_find()
184 hlist_for_each_entry(i, &nf_ct_expect_hash[h], hnode) { in nf_ct_find_expectation()
408 hlist_add_head_rcu(&exp->hnode, &nf_ct_expect_hash[h]); in nf_ct_expect_insert()
450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check()
522 hnode) { in nf_ct_expect_iterate_destroy()
548 hnode) { in nf_ct_expect_iterate_net()
633 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
A Dnf_conntrack_helper.c58 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) { in __nf_conntrack_helper_find()
366 hlist_for_each_entry(cur, &nf_ct_helper_hash[i], hnode) { in nf_conntrack_helper_register()
379 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
388 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); in nf_conntrack_helper_register()
413 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
A Dnfnetlink_cthelper.c586 &nf_ct_helper_hash[cb->args[0]], hnode) { in nfnl_cthelper_dump_table()
A Dnf_conntrack_netlink.c3197 hnode) { in ctnetlink_exp_dump_table()
/net/sched/
A Dcls_u32.c91 struct hlist_node hnode; member
386 INIT_HLIST_NODE(&tp_c->hnode); in u32_init()
497 cls_u32.hnode.divisor = h->divisor; in u32_clear_hw_hnode()
498 cls_u32.hnode.handle = h->handle; in u32_clear_hw_hnode()
499 cls_u32.hnode.prio = h->prio; in u32_clear_hw_hnode()
515 cls_u32.hnode.divisor = h->divisor; in u32_replace_hw_hnode()
516 cls_u32.hnode.handle = h->handle; in u32_replace_hw_hnode()
517 cls_u32.hnode.prio = h->prio; in u32_replace_hw_hnode()
649 hlist_del(&tp_c->hnode); in u32_destroy()
1244 cls_u32.hnode.handle = ht->handle; in u32_reoffload_hnode()
[all …]
A Dsch_drr.c293 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
436 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
455 common.hnode) in drr_destroy_qdisc()
A Dsch_hfsc.c1368 cl_common.hnode) { in hfsc_walk()
1490 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1506 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc()
1513 cl_common.hnode) in hfsc_destroy_qdisc()
A Dsch_htb.c1007 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1302 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats()
1635 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy()
1646 common.hnode) { in htb_destroy()
2117 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()
A Dsch_qfq.c685 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1483 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
1503 common.hnode) { in qfq_destroy_qdisc()
A Dsch_api.c702 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
704 hlist_add_head(&cl->hnode, &nhash[h]); in qdisc_class_hash_grow()
741 INIT_HLIST_NODE(&cl->hnode); in qdisc_class_hash_insert()
743 hlist_add_head(&cl->hnode, &clhash->hash[h]); in qdisc_class_hash_insert()
751 hlist_del(&cl->hnode); in qdisc_class_hash_remove()

Completed in 47 milliseconds