OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nft_family_ops_lookup
(Results
1 - 6
of
6
) sorted by null
/external/iptables/iptables/
nft-shared.c
319
ops =
nft_family_ops_lookup
(ctx->family);
364
ops =
nft_family_ops_lookup
(ctx->family);
429
struct nft_family_ops *ops =
nft_family_ops_lookup
(ctx->family);
481
ops =
nft_family_ops_lookup
(ctx->family);
782
struct nft_family_ops *
nft_family_ops_lookup
(int family)
function
nft-shared.h
168
struct nft_family_ops *
nft_family_ops_lookup
(int family);
xtables.c
719
h->ops =
nft_family_ops_lookup
(h->family);
1057
h->ops =
nft_family_ops_lookup
(args->family);
1064
h->ops =
nft_family_ops_lookup
(args->family);
[
all
...]
xtables-eb.c
754
h->ops =
nft_family_ops_lookup
(h->family);
[
all
...]
nft.c
1147
ops =
nft_family_ops_lookup
(family);
[
all
...]
xtables-arp.c
[
all
...]
Completed in 88 milliseconds