HomeSort by relevance Sort by last modified time
    Searched refs:nft_family_ops (Results 1 - 8 of 8) sorted by null

  /external/iptables/iptables/
nft-shared.h 72 struct nft_family_ops { struct
103 bool (*rule_find)(struct nft_family_ops *ops, struct nftnl_rule *r,
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,
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;
331 struct nft_family_ops *ops;
429 struct nft_family_ops *ops = nft_family_ops_lookup(ctx->family);
458 struct nft_family_ops *ops;
782 struct nft_family_ops *nft_family_ops_lookup(int family)
853 bool nft_ipv46_rule_find(struct nft_family_ops *ops
    [all...]
nft.h 36 struct nft_family_ops *ops;
nft-bridge.c 600 static bool nft_bridge_rule_find(struct nft_family_ops *ops, struct nftnl_rule *r,
631 struct nft_family_ops nft_family_ops_bridge = {
nft-ipv4.c 426 static bool nft_ipv4_rule_find(struct nft_family_ops *ops,
502 struct nft_family_ops nft_family_ops_ipv4 = {
nft-ipv6.c 374 static bool nft_ipv6_rule_find(struct nft_family_ops *ops,
451 struct nft_family_ops nft_family_ops_ipv6 = {
nft-arp.c 637 static bool nft_arp_rule_find(struct nft_family_ops *ops, struct nftnl_rule *r,
658 struct nft_family_ops nft_family_ops_arp = {
nft.c 1145 struct nft_family_ops *ops;
    [all...]

Completed in 99 milliseconds