Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-shared.h124 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-ipv4.c43 add_outiface(r, cs->fw.ip.outiface, op); in nft_ipv4_add()
Dnft-arp.c143 add_outiface(r, fw->arp.outiface, op); in nft_arp_add()
Dnft-bridge.c114 add_outiface(r, fw->out, op); in nft_bridge_add()
Dnft-shared.c150 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op) in add_outiface() function