Searched refs:nft_family_ops (Results 1 – 8 of 8) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.c | 33 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()
|
D | nft-shared.h | 72 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,
|
D | nft.h | 36 struct nft_family_ops *ops;
|
D | nft-ipv6.c | 374 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 = {
|
D | nft-bridge.c | 600 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 = {
|
D | nft-ipv4.c | 426 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 = {
|
D | nft-arp.c | 637 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 = {
|
D | nft.c | 1145 struct nft_family_ops *ops; in nft_rule_print_save() 2063 const struct nft_family_ops *ops; in nft_rule_list()
|