Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 15 of 15) sorted by relevance

/net/sched/
Dact_ife.c297 int len, bool atomic, bool exists) in __add_metainfo() argument
316 if (exists) in __add_metainfo()
319 if (exists) in __add_metainfo()
327 bool exists) in add_metainfo_and_get_ops() argument
333 ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists); in add_metainfo_and_get_ops()
340 int len, bool exists) in add_metainfo() argument
347 ret = __add_metainfo(ops, ife, metaid, metaval, len, false, exists); in add_metainfo()
354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata() argument
362 rc = add_metainfo_and_get_ops(o, ife, o->metaid, exists); in use_all_metadata()
459 bool exists, bool rtnl_held) in populate_metalist() argument
[all …]
Dact_vlan.c132 bool exists = false; in tcf_vlan_init() local
151 exists = err; in tcf_vlan_init()
152 if (exists && bind) in tcf_vlan_init()
161 if (exists) in tcf_vlan_init()
169 if (exists) in tcf_vlan_init()
183 if (exists) in tcf_vlan_init()
201 if (exists) in tcf_vlan_init()
209 if (exists) in tcf_vlan_init()
217 if (!exists) { in tcf_vlan_init()
Dact_simple.c97 bool exists = false; in tcf_simp_init() local
117 exists = err; in tcf_simp_init()
118 if (exists && bind) in tcf_simp_init()
122 if (exists) in tcf_simp_init()
129 if (!exists) { in tcf_simp_init()
Dact_skbmod.c96 bool exists = false; in tcf_skbmod_init() local
136 exists = err; in tcf_skbmod_init()
137 if (exists && bind) in tcf_skbmod_init()
141 if (exists) in tcf_skbmod_init()
148 if (!exists) { in tcf_skbmod_init()
Dact_ipt.c105 bool exists = false; in __tcf_ipt_init() local
124 exists = err; in __tcf_ipt_init()
125 if (exists && bind) in __tcf_ipt_init()
129 if (exists) in __tcf_ipt_init()
138 if (exists) in __tcf_ipt_init()
145 if (!exists) { in __tcf_ipt_init()
Dact_skbedit.c111 bool exists = false; in tcf_skbedit_init() local
165 exists = err; in tcf_skbedit_init()
166 if (exists && bind) in tcf_skbedit_init()
170 if (exists) in tcf_skbedit_init()
177 if (!exists) { in tcf_skbedit_init()
Dact_sample.c48 bool exists = false; in tcf_sample_init() local
66 exists = err; in tcf_sample_init()
67 if (exists && bind) in tcf_sample_init()
70 if (!exists) { in tcf_sample_init()
Dact_mirred.c106 bool exists = false; in tcf_mirred_init() local
127 exists = err; in tcf_mirred_init()
128 if (exists && bind) in tcf_mirred_init()
138 if (exists) in tcf_mirred_init()
146 if (!exists) { in tcf_mirred_init()
Dact_tunnel_key.c369 bool exists = false; in tunnel_key_init() local
401 exists = err; in tunnel_key_init()
402 if (exists && bind) in tunnel_key_init()
497 if (!exists) { in tunnel_key_init()
516 exists = true; in tunnel_key_init()
525 exists = true; in tunnel_key_init()
551 if (exists) in tunnel_key_init()
Dact_mpls.c170 bool exists = false; in tcf_mpls_init() local
251 exists = err; in tcf_mpls_init()
252 if (exists && bind) in tcf_mpls_init()
255 if (!exists) { in tcf_mpls_init()
Dact_police.c61 bool exists = false; in tcf_police_init() local
84 exists = err; in tcf_police_init()
85 if (exists && bind) in tcf_police_init()
88 if (!exists) { in tcf_police_init()
/net/batman-adv/
Dmulticast.c305 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
308 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
322 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()
327 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()
767 if (!old_state->exists && new_state->exists) in batadv_mcast_querier_log()
770 else if (old_state->exists && !new_state->exists) in batadv_mcast_querier_log()
774 else if (!bat_priv->mcast.mla_flags.bridged && !new_state->exists) in batadv_mcast_querier_log()
779 if (new_state->exists) { in batadv_mcast_querier_log()
781 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log()
2101 querier4 = mla_flags->querier_ipv4.exists ? '.' : '4'; in batadv_mcast_flags_print_header()
[all …]
Dtypes.h1194 unsigned char exists:1; member
/net/ceph/
Dosdmap.c2593 bool exists = false; in apply_upmap() local
2600 exists = true; in apply_upmap()
2611 if (!exists && pos >= 0) in apply_upmap()
/net/netfilter/
DKconfig1434 possible to check whether a socket actually exists.