Lines Matching refs:hhead
76 struct hlist_head hhead; member
131 struct hlist_head hhead; member
762 INIT_HLIST_HEAD(&bin->hhead); in xfrm_policy_inexact_alloc_bin()
901 hlist_for_each_entry(p, &n->hhead, bydst) { in xfrm_policy_inexact_list_reinsert()
914 hlist_add_head_rcu(&policy->bydst, &n->hhead); in xfrm_policy_inexact_list_reinsert()
976 hlist_for_each_entry(tmp, &n->hhead, bydst) { in xfrm_policy_inexact_node_reinsert()
1022 hlist_for_each_entry(tmp, &v->hhead, bydst) { in xfrm_policy_inexact_node_merge()
1118 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROOT(&node->root)) { in xfrm_policy_inexact_gc_tree()
1136 !hlist_empty(&b->hhead)) { in __xfrm_policy_inexact_prune_bin()
1178 return &bin->hhead; in xfrm_policy_inexact_alloc_chain()
1194 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
1212 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
1224 return &n->hhead; in xfrm_policy_inexact_alloc_chain()
2027 cand->res[XFRM_POL_CAND_ANY] = &b->hhead; in xfrm_policy_find_inexact_candidates()
2032 cand->res[XFRM_POL_CAND_DADDR] = &n->hhead; in xfrm_policy_find_inexact_candidates()
2036 cand->res[XFRM_POL_CAND_BOTH] = &n->hhead; in xfrm_policy_find_inexact_candidates()
2042 cand->res[XFRM_POL_CAND_SADDR] = &n->hhead; in xfrm_policy_find_inexact_candidates()