Home
last modified time | relevance | path

Searched refs:append_entry (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dxtables-arp.c348 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()
Dxtables-eb.c92 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()
Dip6tables.c467 append_entry(const xt_chainlabel chain, in append_entry() function
1606 ret = append_entry(chain, e, in do_command6()
Diptables.c458 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/
D0001-Apply-Android-changes.patch1436 + pub fn append_entry(&mut self, ne: &X509NameEntryRef) -> std::result::Result<(), ErrorStack> {