Searched refs:nft_family_ops (Results 1 – 8 of 8) sorted by relevance
76 struct nft_family_ops { struct168 struct nft_family_ops *nft_family_ops_lookup(int family);
35 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()
99 struct nft_family_ops *ops;
400 struct nft_family_ops nft_family_ops_ipv6 = {
448 struct nft_family_ops nft_family_ops_ipv4 = {
632 struct nft_family_ops nft_family_ops_arp = {
886 struct nft_family_ops nft_family_ops_bridge = {
1497 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()