Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 5 of 5) sorted by relevance

/net/sched/
Dact_ct.c945 bool cached, commit, clear, force; in tcf_ct_act() local
1001 cached = tcf_ct_skb_nfct_cached(net, skb, p->zone, force); in tcf_ct_act()
1002 if (!cached) { in tcf_ct_act()
/net/openvswitch/
Dconntrack.c955 bool cached = skb_nfct_cached(net, key, info, skb); in __ovs_ct_lookup() local
959 if (!cached) { in __ovs_ct_lookup()
1036 if ((nf_ct_is_confirmed(ct) ? !cached || add_helper : in __ovs_ct_lookup()
/net/xfrm/
Dxfrm_policy.c994 struct xfrm_pol_inexact_node *cached = NULL; in xfrm_policy_inexact_insert_node() local
1009 WARN_ON_ONCE(cached); /* ipsec policies got lost */ in xfrm_policy_inexact_insert_node()
1032 if (!cached) { in xfrm_policy_inexact_insert_node()
1035 cached = node; in xfrm_policy_inexact_insert_node()
1042 cached, family); in xfrm_policy_inexact_insert_node()
1052 node = cached; in xfrm_policy_inexact_insert_node()
/net/ipv4/
Droute.c1577 bool cached = false; in rt_set_nexthop() local
1604 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1606 cached = rt_cache_route(nhc, rt); in rt_set_nexthop()
1607 if (unlikely(!cached)) { in rt_set_nexthop()
/net/wireless/
Dreg.c134 static void restore_regulatory_settings(bool reset_user, bool cached);
3496 static void restore_regulatory_settings(bool reset_user, bool cached) in restore_regulatory_settings() argument
3555 if (cached && (!is_an_alpha2(alpha2) || in restore_regulatory_settings()