Searched refs:hhead (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.c | 92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 96 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 112 struct hlist_head *hhead; in htbl_fltr_search() local 116 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search() 117 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 134 struct hlist_head *hhead; in enic_flow_may_expire() local 138 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire() 139 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
H A D | enic_ethtool.c | 402 struct hlist_head *hhead; in enic_grxclsrlall() local 406 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 407 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.c | 92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 96 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 112 struct hlist_head *hhead; in htbl_fltr_search() local 116 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search() 117 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 134 struct hlist_head *hhead; in enic_flow_may_expire() local 138 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire() 139 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
H A D | enic_ethtool.c | 395 struct hlist_head *hhead; in enic_grxclsrlall() local 399 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 400 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 74 struct hlist_head hhead; member 90 * | | + hhead: saddr:daddr policies 100 * | + hhead: saddr:any policies 125 struct hlist_head hhead; member 720 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin() 859 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert() 872 hlist_add_head_rcu(&policy->bydst, &n->hhead); in xfrm_policy_inexact_list_reinsert() 934 hlist_for_each_entry(tmp, &n->hhead, bydst) { in xfrm_policy_inexact_node_reinsert() 980 hlist_for_each_entry(tmp, &v->hhead, bydst) { in xfrm_policy_inexact_node_merge() 1076 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROO in xfrm_policy_inexact_gc_tree() [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 74 struct hlist_head hhead; member 90 * | | + hhead: saddr:daddr policies 100 * | + hhead: saddr:any policies 125 struct hlist_head hhead; member 721 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin() 860 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert() 873 hlist_add_head_rcu(&policy->bydst, &n->hhead); in xfrm_policy_inexact_list_reinsert() 935 hlist_for_each_entry(tmp, &n->hhead, bydst) { in xfrm_policy_inexact_node_reinsert() 981 hlist_for_each_entry(tmp, &v->hhead, bydst) { in xfrm_policy_inexact_node_merge() 1077 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROO in xfrm_policy_inexact_gc_tree() [all...] |
Completed in 10 milliseconds