Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-arp.c384 replace_entry(const char *chain, in replace_entry() function
901 ret = replace_entry(chain, *table, &cs, rulenum - 1, in do_commandarp()
Dxtables.c319 replace_entry(const char *chain, const char *table, in replace_entry() function
985 ret = replace_entry(p.chain, p.table, &cs, p.rulenum - 1, in do_commandx()
Diptables.c488 replace_entry(const xt_chainlabel chain, in replace_entry() function
1620 ret = replace_entry(chain, e, rulenum - 1, in do_command4()
Dip6tables.c497 replace_entry(const xt_chainlabel chain, in replace_entry() function
1630 ret = replace_entry(chain, e, rulenum - 1, in do_command6()
/external/rust/crates/hashbrown/src/
Drustc_entry.rs483 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
Dmap.rs3155 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs775 self.replace_entry(value) in insert_entry()
782 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method