Searched refs:nftmeta (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | xtables-translate.c | 37 void xlate_ifname(struct xt_xlate *xl, const char *nftmeta, const char *ifname, in xlate_ifname() argument 51 xt_xlate_add(xl, "%s %s%s ", nftmeta, invert ? "!= " : "", iface); in xlate_ifname()
|
D | nft.h | 167 void xlate_ifname(struct xt_xlate *xl, const char *nftmeta, const char *ifname,
|