/net/sched/ |
D | act_ife.c | 297 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 …]
|
D | act_vlan.c | 133 bool exists = false; in tcf_vlan_init() local 152 exists = err; in tcf_vlan_init() 153 if (exists && bind) in tcf_vlan_init() 162 if (exists) in tcf_vlan_init() 170 if (exists) in tcf_vlan_init() 184 if (exists) in tcf_vlan_init() 202 if (exists) in tcf_vlan_init() 210 if (exists) in tcf_vlan_init() 218 if (!exists) { in tcf_vlan_init()
|
D | act_simple.c | 99 bool exists = false; in tcf_simp_init() local 119 exists = err; in tcf_simp_init() 120 if (exists && bind) in tcf_simp_init() 124 if (exists) in tcf_simp_init() 131 if (!exists) { in tcf_simp_init()
|
D | act_skbmod.c | 116 bool exists = false; in tcf_skbmod_init() local 158 exists = err; in tcf_skbmod_init() 159 if (exists && bind) in tcf_skbmod_init() 163 if (exists) in tcf_skbmod_init() 170 if (!exists) { in tcf_skbmod_init()
|
D | act_ipt.c | 106 bool exists = false; in __tcf_ipt_init() local 125 exists = err; in __tcf_ipt_init() 126 if (exists && bind) in __tcf_ipt_init() 130 if (exists) in __tcf_ipt_init() 139 if (exists) in __tcf_ipt_init() 146 if (!exists) { in __tcf_ipt_init()
|
D | act_sample.c | 49 bool exists = false; in tcf_sample_init() local 67 exists = err; in tcf_sample_init() 68 if (exists && bind) in tcf_sample_init() 71 if (!exists) { in tcf_sample_init()
|
D | act_mirred.c | 104 bool exists = false; in tcf_mirred_init() local 125 exists = err; in tcf_mirred_init() 126 if (exists && bind) in tcf_mirred_init() 136 if (exists) in tcf_mirred_init() 144 if (!exists) { in tcf_mirred_init()
|
D | act_skbedit.c | 132 bool exists = false; in tcf_skbedit_init() local 210 exists = err; in tcf_skbedit_init() 211 if (exists && bind) in tcf_skbedit_init() 215 if (exists) in tcf_skbedit_init() 222 if (!exists) { in tcf_skbedit_init()
|
D | act_tunnel_key.c | 370 bool exists = false; in tunnel_key_init() local 402 exists = err; in tunnel_key_init() 403 if (exists && bind) in tunnel_key_init() 501 if (!exists) { in tunnel_key_init() 520 exists = true; in tunnel_key_init() 529 exists = true; in tunnel_key_init() 555 if (exists) in tunnel_key_init()
|
D | act_mpls.c | 171 bool exists = false; in tcf_mpls_init() local 196 exists = err; in tcf_mpls_init() 197 if (exists && bind) in tcf_mpls_init() 200 if (!exists) { in tcf_mpls_init()
|
D | act_police.c | 54 bool exists = false; in tcf_police_init() local 78 exists = err; in tcf_police_init() 79 if (exists && bind) in tcf_police_init() 82 if (!exists) { in tcf_police_init()
|
/net/batman-adv/ |
D | multicast.c | 272 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get() 275 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get() 289 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get() 294 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get() 733 if (!old_state->exists && new_state->exists) in batadv_mcast_querier_log() 736 else if (old_state->exists && !new_state->exists) in batadv_mcast_querier_log() 740 else if (!bat_priv->mcast.mla_flags.bridged && !new_state->exists) in batadv_mcast_querier_log() 745 if (new_state->exists) { in batadv_mcast_querier_log() 747 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log() 1844 if (bat_priv->mcast.mla_flags.querier_ipv4.exists) in batadv_mcast_mesh_info_put() [all …]
|
D | types.h | 1184 unsigned char exists:1; member
|
/net/ceph/ |
D | osdmap.c | 2628 bool exists = false; in apply_upmap() local 2635 exists = true; in apply_upmap() 2646 if (!exists && pos >= 0) in apply_upmap()
|
/net/netfilter/ |
D | Kconfig | 1483 possible to check whether a socket actually exists.
|