Home
last modified time | relevance | path

Searched refs:replace_entry (Results 1 – 11 of 11) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h83 int (*replace_entry)(struct nft_handle *h, member
Dxtables.c188 ret = h->ops->replace_entry(h, p.chain, p.table, &cs, &args, in do_commandx()
Dip6tables.c237 replace_entry(const xt_chainlabel chain, in replace_entry() function
816 ret = replace_entry(chain, e, rulenum - 1, in do_command6()
Diptables.c236 replace_entry(const xt_chainlabel chain, in replace_entry() function
811 ret = replace_entry(chain, e, rulenum - 1, in do_command4()
Dnft-ipv6.c347 .replace_entry = nft_ipv6_replace_entry,
Dnft-ipv4.c359 .replace_entry = nft_ipv4_replace_entry,
Dnft-arp.c847 .replace_entry = nft_arp_replace_entry,
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/
Drustc_entry.rs481 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
Dmap.rs5369 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
6097 pub fn replace_entry(self, value: V) -> (K, V) in replace_entry() method
/external/rust/android-crates-io/crates/dashmap/src/mapref/
Dentry.rs228 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method
/external/rust/android-crates-io/crates/hashlink/src/
Dlinked_hash_map.rs864 self.replace_entry(value) in insert_entry()
881 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method