HomeSort by relevance Sort by last modified time
    Searched refs:add_outiface (Results 1 - 6 of 6) sorted by null

  /external/iptables/iptables/
nft-shared.h 116 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op);
nft-bridge.c 169 add_outiface(r, fw->out, op);
nft-ipv4.c 43 add_outiface(r, cs->fw.ip.outiface, op);
nft-ipv6.c 42 add_outiface(r, cs->fw6.ipv6.outiface, op);
nft-arp.c 154 add_outiface(r, fw->arp.outiface, op);
nft-shared.c 147 void add_outiface(struct nftnl_rule *r, char *iface, uint32_t op) function

Completed in 500 milliseconds