Searched refs:append_entry (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xtables-arp.c | 348 append_entry(struct nft_handle *h, in append_entry() function 886 ret = append_entry(h, chain, *table, &cs, 0, in do_commandarp() 906 ret = append_entry(h, chain, *table, &cs, rulenum - 1, in do_commandarp()
|
D | xtables-eb.c | 92 append_entry(struct nft_handle *h, in append_entry() function 1223 ret = append_entry(h, chain, *table, &cs, 0, 0, true); in do_commandeb() 1225 ret = append_entry(h, chain, *table, &cs, rule_nr - 1, in do_commandeb()
|
D | ip6tables.c | 467 append_entry(const xt_chainlabel chain, in append_entry() function 1606 ret = append_entry(chain, e, in do_command6()
|
D | iptables.c | 458 append_entry(const xt_chainlabel chain, in append_entry() function 1596 ret = append_entry(chain, e, in do_command4()
|
/external/rust/beto-rust/nearby/scripts/openssl-patches/ |
D | 0001-Apply-Android-changes.patch | 1436 + pub fn append_entry(&mut self, ne: &X509NameEntryRef) -> std::result::Result<(), ErrorStack> {
|