Searched refs:cached (Results 1 – 5 of 5) sorted by relevance
/net/sched/ |
D | act_ct.c | 933 bool cached, commit, clear, force; in tcf_ct_act() local 991 cached = tcf_ct_skb_nfct_cached(net, skb, p->zone, force); in tcf_ct_act() 992 if (!cached) { in tcf_ct_act()
|
/net/openvswitch/ |
D | conntrack.c | 954 bool cached = skb_nfct_cached(net, key, info, skb); in __ovs_ct_lookup() local 958 if (!cached) { in __ovs_ct_lookup() 1035 if ((nf_ct_is_confirmed(ct) ? !cached || add_helper : in __ovs_ct_lookup()
|
/net/xfrm/ |
D | xfrm_policy.c | 999 struct xfrm_pol_inexact_node *cached = NULL; in xfrm_policy_inexact_insert_node() local 1014 WARN_ON_ONCE(cached); /* ipsec policies got lost */ in xfrm_policy_inexact_insert_node() 1037 if (!cached) { in xfrm_policy_inexact_insert_node() 1040 cached = node; in xfrm_policy_inexact_insert_node() 1047 cached, family); in xfrm_policy_inexact_insert_node() 1057 node = cached; in xfrm_policy_inexact_insert_node()
|
/net/ipv4/ |
D | route.c | 1615 bool cached = false; in rt_set_nexthop() local 1642 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop() 1644 cached = rt_cache_route(nhc, rt); in rt_set_nexthop() 1645 if (unlikely(!cached)) { in rt_set_nexthop()
|
/net/wireless/ |
D | reg.c | 134 static void restore_regulatory_settings(bool reset_user, bool cached); 3391 static void restore_regulatory_settings(bool reset_user, bool cached) in restore_regulatory_settings() argument 3450 if (cached && (!is_an_alpha2(alpha2) || in restore_regulatory_settings()
|