Lines Matching defs:tmp
525 struct hlist_node *tmp, *entry0 = NULL;
532 hlist_for_each_entry_safe(pol, tmp, list, bydst) {
560 struct hlist_node *tmp;
563 hlist_for_each_entry_safe(pol, tmp, list, byidx) {
932 struct xfrm_policy *tmp;
934 hlist_for_each_entry(tmp, &n->hhead, bydst) {
935 tmp->bydst_reinsert = true;
936 hlist_del_rcu(&tmp->bydst);
966 struct xfrm_policy *tmp;
980 hlist_for_each_entry(tmp, &v->hhead, bydst) {
981 tmp->bydst_reinsert = true;
982 hlist_del_rcu(&tmp->bydst);
1671 struct xfrm_policy *tmp;
1673 tmp = __xfrm_policy_bysel_ctx(cand.res[i], mark,
1676 if (!tmp)
1679 if (!pol || tmp->pos < pol->pos)
1680 pol = tmp;
2057 struct xfrm_policy *tmp;
2061 tmp = __xfrm_policy_eval_candidates(cand->res[i],
2065 if (!tmp)
2068 if (IS_ERR(tmp))
2069 return tmp;
2070 prefer = tmp;
2371 xfrm_address_t tmp;
2385 &tmp, remote,
2389 local = &tmp;