/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 | 132 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()
|
D | act_simple.c | 97 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()
|
D | act_skbmod.c | 115 bool exists = false; in tcf_skbmod_init() local 157 exists = err; in tcf_skbmod_init() 158 if (exists && bind) in tcf_skbmod_init() 162 if (exists) in tcf_skbmod_init() 169 if (!exists) { in tcf_skbmod_init()
|
D | act_ipt.c | 107 bool exists = false; in __tcf_ipt_init() local 126 exists = err; in __tcf_ipt_init() 127 if (exists && bind) in __tcf_ipt_init() 131 if (exists) in __tcf_ipt_init() 140 if (exists) in __tcf_ipt_init() 147 if (!exists) { in __tcf_ipt_init()
|
D | act_skbedit.c | 111 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()
|
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 | 105 bool exists = false; in tcf_mirred_init() local 126 exists = err; in tcf_mirred_init() 127 if (exists && bind) in tcf_mirred_init() 137 if (exists) in tcf_mirred_init() 145 if (!exists) { in tcf_mirred_init()
|
D | act_tunnel_key.c | 369 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()
|
D | act_mpls.c | 170 bool exists = false; in tcf_mpls_init() local 195 exists = err; in tcf_mpls_init() 196 if (exists && bind) in tcf_mpls_init() 199 if (!exists) { in tcf_mpls_init()
|
D | act_police.c | 63 bool exists = false; in tcf_police_init() local 87 exists = err; in tcf_police_init() 88 if (exists && bind) in tcf_police_init() 91 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() 2064 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 | 2612 bool exists = false; in apply_upmap() local 2619 exists = true; in apply_upmap() 2630 if (!exists && pos >= 0) in apply_upmap()
|
/net/netfilter/ |
D | Kconfig | 1468 possible to check whether a socket actually exists.
|