HomeSort by relevance Sort by last modified time
    Searched refs:NFT_RULE_APPEND (Results 1 - 3 of 3) 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...]
nft-shared.c 862 nft_rule_print_save(&this, r, NFT_RULE_APPEND, 0);

Completed in 400 milliseconds