Searched refs:exists (Results 1 – 15 of 15) sorted by relevance
| /net/sched/ |
| A D | act_ife.c | 316 if (exists) in __add_metainfo() 319 if (exists) in __add_metainfo() 327 bool exists) in add_metainfo_and_get_ops() argument 340 int len, bool exists) in add_metainfo() argument 459 bool exists, bool rtnl_held) in populate_metalist() argument 496 bool exists = false; in tcf_ife_init() local 548 exists = err; in tcf_ife_init() 549 if (exists && bind) { in tcf_ife_init() 554 if (!exists) { in tcf_ife_init() 618 if (exists) in tcf_ife_init() [all …]
|
| A D | act_vlan.c | 134 bool exists = false; in tcf_vlan_init() local 153 exists = err; in tcf_vlan_init() 154 if (exists && bind) in tcf_vlan_init() 163 if (exists) in tcf_vlan_init() 171 if (exists) in tcf_vlan_init() 185 if (exists) in tcf_vlan_init() 203 if (exists) in tcf_vlan_init() 211 if (exists) in tcf_vlan_init() 219 if (!exists) { in tcf_vlan_init()
|
| A 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()
|
| A 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()
|
| A D | act_skbedit.c | 130 bool exists = false; in tcf_skbedit_init() local 208 exists = err; in tcf_skbedit_init() 209 if (exists && bind) in tcf_skbedit_init() 213 if (exists) in tcf_skbedit_init() 220 if (!exists) { in tcf_skbedit_init()
|
| A D | act_mirred.c | 137 bool exists = false; in tcf_mirred_init() local 158 exists = err; in tcf_mirred_init() 159 if (exists && bind) in tcf_mirred_init() 165 if (exists) in tcf_mirred_init() 180 if (exists) in tcf_mirred_init() 188 if (!exists) { in tcf_mirred_init()
|
| A 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()
|
| A D | act_tunnel_key.c | 371 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()
|
| A D | act_mpls.c | 169 bool exists = false; in tcf_mpls_init() local 194 exists = err; in tcf_mpls_init() 195 if (exists && bind) in tcf_mpls_init() 198 if (!exists) { in tcf_mpls_init()
|
| A 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/ |
| A D | multicast.c | 301 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get() 304 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get() 318 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get() 323 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get() 762 if (!old_state->exists && new_state->exists) in batadv_mcast_querier_log() 765 else if (old_state->exists && !new_state->exists) in batadv_mcast_querier_log() 769 else if (!bat_priv->mcast.mla_flags.bridged && !new_state->exists) in batadv_mcast_querier_log() 774 if (new_state->exists) { in batadv_mcast_querier_log() 776 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log() 1948 if (bat_priv->mcast.mla_flags.querier_ipv4.exists) in batadv_mcast_mesh_info_put() [all …]
|
| A D | types.h | 1228 unsigned char exists:1; member
|
| /net/shaper/ |
| A D | shaper.c | 514 bool *exists) in net_shaper_parse_info() argument 539 *exists = !!old; in net_shaper_parse_info() 593 bool exists; in net_shaper_parse_leaf() local 601 ret = net_shaper_parse_info(binding, tb, info, shaper, &exists); in net_shaper_parse_leaf() 617 if (!exists) in net_shaper_parse_leaf() 630 bool exists; in net_shaper_parse_node() local 633 ret = net_shaper_parse_info(binding, tb, info, shaper, &exists); in net_shaper_parse_node() 808 bool exists; in net_shaper_nl_set_doit() local 815 &exists); in net_shaper_nl_set_doit() 819 if (!exists) in net_shaper_nl_set_doit()
|
| /net/ceph/ |
| A 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/ |
| A D | Kconfig | 1489 possible to check whether a socket actually exists.
|
Completed in 50 milliseconds