Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dfirewall-util-iptables.c166 static const xt_chainlabel chain_pre = "PREROUTING", chain_output = "OUTPUT"; in fw_iptables_add_local_dnat() local
308 if (!iptc_check_entry(chain_output, entry, (unsigned char*) mask, h)) { in fw_iptables_add_local_dnat()
312 if (!iptc_insert_entry(chain_output, entry, 0, h)) in fw_iptables_add_local_dnat()
320 … if (!iptc_delete_entry(chain_output, entry, (unsigned char*) mask, h)) { in fw_iptables_add_local_dnat()
339 if (!iptc_delete_entry(chain_output, entry, (unsigned char*) mask, h)) { in fw_iptables_add_local_dnat()