Searched refs:hhead (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/cisco/enic/ |
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()
|
A D | enic_ethtool.c | 406 struct hlist_head *hhead; in enic_grxclsrlall() local 410 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 411 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|
/linux/net/xfrm/ |
A D | xfrm_policy.c | 72 struct hlist_head hhead; member 123 struct hlist_head hhead; member 718 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin() 857 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert() 1092 !hlist_empty(&b->hhead)) { in __xfrm_policy_inexact_prune_bin() 1134 return &bin->hhead; in xfrm_policy_inexact_alloc_chain() 1150 return &n->hhead; in xfrm_policy_inexact_alloc_chain() 1168 return &n->hhead; in xfrm_policy_inexact_alloc_chain() 1180 return &n->hhead; in xfrm_policy_inexact_alloc_chain() 1959 cand->res[XFRM_POL_CAND_ANY] = &b->hhead; in xfrm_policy_find_inexact_candidates() [all …]
|
Completed in 26 milliseconds