Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h116 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op);
Dnft-ipv6.c42 add_outiface(r, cs->fw6.ipv6.outiface, op); in nft_ipv6_add()
Dnft-bridge.c169 add_outiface(r, fw->out, op); in nft_bridge_add()
Dnft-ipv4.c43 add_outiface(r, cs->fw.ip.outiface, op); in nft_ipv4_add()
Dnft-arp.c154 add_outiface(r, fw->arp.outiface, op); in nft_arp_add()
Dnft-shared.c147 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op) in add_outiface() function