Searched refs:add_outiface (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.h | 116 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op);
|
D | nft-ipv6.c | 42 add_outiface(r, cs->fw6.ipv6.outiface, op); in nft_ipv6_add()
|
D | nft-bridge.c | 169 add_outiface(r, fw->out, op); in nft_bridge_add()
|
D | nft-ipv4.c | 43 add_outiface(r, cs->fw.ip.outiface, op); in nft_ipv4_add()
|
D | nft-arp.c | 154 add_outiface(r, fw->arp.outiface, op); in nft_arp_add()
|
D | nft-shared.c | 147 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op) in add_outiface() function
|