Lines Matching refs:hhead
78 struct hlist_head hhead; member
129 struct hlist_head hhead; member
725 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin()
864 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert()
877 hlist_add_head_rcu(&policy->bydst, &n->hhead); in xfrm_policy_inexact_list_reinsert()
939 hlist_for_each_entry(tmp, &n->hhead, bydst) { in xfrm_policy_inexact_node_reinsert()
985 hlist_for_each_entry(tmp, &v->hhead, bydst) { in xfrm_policy_inexact_node_merge()
1081 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROOT(&node->root)) { in xfrm_policy_inexact_gc_tree()
1099 !hlist_empty(&b->hhead)) { in __xfrm_policy_inexact_prune_bin()
1141 return &bin->hhead; in xfrm_policy_inexact_alloc_chain()
1157 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
1175 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
1187 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
1967 cand->res[XFRM_POL_CAND_ANY] = &b->hhead; in xfrm_policy_find_inexact_candidates()
1972 cand->res[XFRM_POL_CAND_DADDR] = &n->hhead; in xfrm_policy_find_inexact_candidates()
1976 cand->res[XFRM_POL_CAND_BOTH] = &n->hhead; in xfrm_policy_find_inexact_candidates()
1982 cand->res[XFRM_POL_CAND_SADDR] = &n->hhead; in xfrm_policy_find_inexact_candidates()