Lines Matching refs:hhead
74 struct hlist_head hhead;
90 * | | + hhead: saddr:daddr policies
100 * | + hhead: saddr:any policies
125 struct hlist_head hhead;
720 INIT_HLIST_HEAD(&bin->hhead);
859 hlist_for_each_entry(p, &n->hhead, bydst) {
872 hlist_add_head_rcu(&policy->bydst, &n->hhead);
934 hlist_for_each_entry(tmp, &n->hhead, bydst) {
980 hlist_for_each_entry(tmp, &v->hhead, bydst) {
1076 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROOT(&node->root)) {
1094 !hlist_empty(&b->hhead)) {
1136 return &bin->hhead;
1152 return &n->hhead;
1170 return &n->hhead;
1182 return &n->hhead;
1960 cand->res[XFRM_POL_CAND_ANY] = &b->hhead;
1965 cand->res[XFRM_POL_CAND_DADDR] = &n->hhead;
1969 cand->res[XFRM_POL_CAND_BOTH] = &n->hhead;
1975 cand->res[XFRM_POL_CAND_SADDR] = &n->hhead;