Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_helper.c126 hlist_for_each_entry_rcu(helper, &nf_ct_helper_hash[h], hnode) { in __nf_ct_helper_find()
140 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) { in __nf_conntrack_helper_find()
375 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
383 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); in nf_conntrack_helper_register()
403 &net->ct.expect_hash[i], hnode) { in __nf_conntrack_helper_unregister()
430 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
Dnf_conntrack_expect.c52 hlist_del_rcu(&exp->hnode); in nf_ct_unlink_expect_report()
100 hlist_for_each_entry_rcu(i, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_find()
139 hlist_for_each_entry(i, &net->ct.expect_hash[h], hnode) { in nf_ct_find_expectation()
327 hlist_add_head_rcu(&exp->hnode, &net->ct.expect_hash[h]); in nf_ct_expect_insert()
379 hlist_for_each_entry_safe(i, next, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_check()
508 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
Dnfnetlink_cthelper.c298 hlist_for_each_entry_rcu(cur, &nf_ct_helper_hash[i], hnode) { in nfnl_cthelper_new()
460 &nf_ct_helper_hash[cb->args[0]], hnode) { in nfnl_cthelper_dump_table()
520 hlist_for_each_entry_rcu(cur, &nf_ct_helper_hash[i], hnode) { in nfnl_cthelper_get()
586 hnode) { in nfnl_cthelper_del()
661 hnode) { in nfnl_cthelper_exit()
Dnf_conntrack_netlink.c2381 hnode) { in ctnetlink_exp_dump_table()
2652 hnode) { in ctnetlink_del_expect()
2670 hnode) { in ctnetlink_del_expect()
/net/sched/
Dsch_drr.c302 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
456 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
476 common.hnode) in drr_destroy_qdisc()
Dsch_cbq.c1053 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_normalize_quanta()
1095 common.hnode) { in cbq_sync_defmap()
1231 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_reset()
1713 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) in cbq_destroy()
1718 common.hnode) in cbq_destroy()
2022 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_walk()
Dsch_api.c568 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
570 hlist_add_head(&cl->hnode, &nhash[h]); in qdisc_class_hash_grow()
607 INIT_HLIST_NODE(&cl->hnode); in qdisc_class_hash_insert()
609 hlist_add_head(&cl->hnode, &clhash->hash[h]); in qdisc_class_hash_insert()
617 hlist_del(&cl->hnode); in qdisc_class_hash_remove()
Dsch_hfsc.c1400 cl_common.hnode) { in hfsc_walk()
1528 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1546 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_destroy_qdisc()
1551 cl_common.hnode) in hfsc_destroy_qdisc()
1569 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_dump_qdisc()
Dsch_htb.c955 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset()
1235 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) in htb_destroy()
1240 common.hnode) in htb_destroy()
1525 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()
Dsch_qfq.c682 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk()
1486 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_reset_qdisc()
1507 common.hnode) { in qfq_destroy_qdisc()
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c283 exp = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
/net/ipv4/
Dping.c172 struct hlist_nulls_node *hnode; in ping_lookup() local
187 ping_portaddr_for_each_entry(sk, hnode, hslot) { in ping_lookup()