Lines Matching refs:hhead
74 struct hlist_head hhead;
90 * | | + hhead: saddr:daddr policies
100 * | + hhead: saddr:any policies
125 struct hlist_head hhead;
721 INIT_HLIST_HEAD(&bin->hhead);
860 hlist_for_each_entry(p, &n->hhead, bydst) {
873 hlist_add_head_rcu(&policy->bydst, &n->hhead);
935 hlist_for_each_entry(tmp, &n->hhead, bydst) {
981 hlist_for_each_entry(tmp, &v->hhead, bydst) {
1077 if (!hlist_empty(&node->hhead) || !RB_EMPTY_ROOT(&node->root)) {
1095 !hlist_empty(&b->hhead)) {
1137 return &bin->hhead;
1153 return &n->hhead;
1171 return &n->hhead;
1183 return &n->hhead;
2039 cand->res[XFRM_POL_CAND_ANY] = &b->hhead;
2044 cand->res[XFRM_POL_CAND_DADDR] = &n->hhead;
2048 cand->res[XFRM_POL_CAND_BOTH] = &n->hhead;
2054 cand->res[XFRM_POL_CAND_SADDR] = &n->hhead;