OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nft_chain_user_add
(Results
1 - 6
of
6
) sorted by null
/external/iptables/iptables/
nft.h
74
int
nft_chain_user_add
(struct nft_handle *h, const char *chain, const char *table);
xtables-restore.c
197
.chain_user_add =
nft_chain_user_add
,
nft.c
1421
int
nft_chain_user_add
(struct nft_handle *h, const char *chain, const char *table)
function
1426
nft_fn =
nft_chain_user_add
;
[
all
...]
xtables-eb.c
812
ret =
nft_chain_user_add
(h, chain, *table);
[
all
...]
xtables-arp.c
[
all
...]
xtables.c
[
all
...]
Completed in 86 milliseconds