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

  /external/iptables/iptables/
nft.h 84 int nft_rule_append(struct nft_handle *h, const char *chain, const char *table, void *data, uint64_t handle, bool verbose);
109 NFT_RULE_APPEND,
nft.c 1109 nft_rule_append(struct nft_handle *h, const char *chain, const char *table, function
1119 nft_fn = nft_rule_append;
1154 case NFT_RULE_APPEND:
1343 nft_rule_print_save(&cs, r, NFT_RULE_APPEND,
    [all...]
xtables.c 429 ret = nft_rule_append(h, chain, table,
449 ret = nft_rule_append(h, chain, table,
    [all...]
xtables-eb.c 178 ret = nft_rule_append(h, chain, table, cs, 0, verbose);
    [all...]
xtables-arp.c 882 ret = nft_rule_append(h, chain, table, cs, 0,
    [all...]

Completed in 103 milliseconds