OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nft_chain_set
(Results
1 - 6
of
6
) sorted by null
/external/iptables/iptables/
nft.h
70
int
nft_chain_set
(struct nft_handle *h, const char *table, const char *chain, const char *policy, const struct xt_counters *counters);
nft.c
846
int
nft_chain_set
(struct nft_handle *h, const char *table,
function
853
nft_fn =
nft_chain_set
;
[
all
...]
xtables-restore.c
196
.chain_set =
nft_chain_set
,
xtables-arp.c
[
all
...]
xtables-eb.c
[
all
...]
xtables.c
[
all
...]
Completed in 666 milliseconds