Searched refs:replace_entry (Results 1 – 11 of 11) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.h | 83 int (*replace_entry)(struct nft_handle *h, member
|
D | xtables.c | 188 ret = h->ops->replace_entry(h, p.chain, p.table, &cs, &args, in do_commandx()
|
D | ip6tables.c | 237 replace_entry(const xt_chainlabel chain, in replace_entry() function 816 ret = replace_entry(chain, e, rulenum - 1, in do_command6()
|
D | iptables.c | 236 replace_entry(const xt_chainlabel chain, in replace_entry() function 811 ret = replace_entry(chain, e, rulenum - 1, in do_command4()
|
D | nft-ipv6.c | 347 .replace_entry = nft_ipv6_replace_entry,
|
D | nft-ipv4.c | 359 .replace_entry = nft_ipv4_replace_entry,
|
D | nft-arp.c | 847 .replace_entry = nft_arp_replace_entry,
|
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/ |
D | rustc_entry.rs | 481 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
|
D | map.rs | 5369 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/ |
D | entry.rs | 228 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method
|
/external/rust/android-crates-io/crates/hashlink/src/ |
D | linked_hash_map.rs | 864 self.replace_entry(value) in insert_entry() 881 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method
|