Home
last modified time | relevance | path

Searched refs:nft_family_ops (Results 1 – 8 of 8) sorted by relevance

/external/iptables/iptables/
Dnft-shared.c33 extern struct nft_family_ops nft_family_ops_ipv4;
34 extern struct nft_family_ops nft_family_ops_ipv6;
35 extern struct nft_family_ops nft_family_ops_arp;
36 extern struct nft_family_ops nft_family_ops_bridge;
298 struct nft_family_ops *ops; in nft_parse_target()
331 struct nft_family_ops *ops; in nft_parse_match()
429 struct nft_family_ops *ops = nft_family_ops_lookup(ctx->family); in nft_parse_cmp()
458 struct nft_family_ops *ops; in nft_parse_immediate()
782 struct nft_family_ops *nft_family_ops_lookup(int family) in nft_family_ops_lookup()
853 bool nft_ipv46_rule_find(struct nft_family_ops *ops, in nft_ipv46_rule_find()
Dnft-shared.h72 struct nft_family_ops { struct
103 bool (*rule_find)(struct nft_family_ops *ops, struct nftnl_rule *r, argument
168 struct nft_family_ops *nft_family_ops_lookup(int family);
171 bool nft_ipv46_rule_find(struct nft_family_ops *ops, struct nftnl_rule *r,
Dnft.h36 struct nft_family_ops *ops;
Dnft-ipv6.c374 static bool nft_ipv6_rule_find(struct nft_family_ops *ops, in nft_ipv6_rule_find()
450 struct nft_family_ops nft_family_ops_ipv6 = {
Dnft-bridge.c600 static bool nft_bridge_rule_find(struct nft_family_ops *ops, struct nftnl_rule *r, in nft_bridge_rule_find()
631 struct nft_family_ops nft_family_ops_bridge = {
Dnft-ipv4.c426 static bool nft_ipv4_rule_find(struct nft_family_ops *ops, in nft_ipv4_rule_find()
501 struct nft_family_ops nft_family_ops_ipv4 = {
Dnft-arp.c637 static bool nft_arp_rule_find(struct nft_family_ops *ops, struct nftnl_rule *r, in nft_arp_rule_find()
658 struct nft_family_ops nft_family_ops_arp = {
Dnft.c1145 struct nft_family_ops *ops; in nft_rule_print_save()
2063 const struct nft_family_ops *ops; in nft_rule_list()