Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h76 struct nft_family_ops { struct
168 struct nft_family_ops *nft_family_ops_lookup(int family);
Dnft-shared.c35 extern struct nft_family_ops nft_family_ops_ipv4;
36 extern struct nft_family_ops nft_family_ops_ipv6;
37 extern struct nft_family_ops nft_family_ops_arp;
38 extern struct nft_family_ops nft_family_ops_bridge;
909 struct nft_family_ops *nft_family_ops_lookup(int family) in nft_family_ops_lookup()
Dnft.h99 struct nft_family_ops *ops;
Dnft-ipv6.c400 struct nft_family_ops nft_family_ops_ipv6 = {
Dnft-ipv4.c448 struct nft_family_ops nft_family_ops_ipv4 = {
Dnft-arp.c632 struct nft_family_ops nft_family_ops_arp = {
Dnft-bridge.c886 struct nft_family_ops nft_family_ops_bridge = {
Dnft.c1497 struct nft_family_ops *ops = h->ops; in nft_rule_print_save()
2414 const struct nft_family_ops *ops = h->ops; in nft_rule_list()