Searched refs:nft_object_type (Results 1 – 6 of 6) sorted by relevance
25 extern struct nft_object_type nft_secmark_obj_type;27 extern struct nft_object_type nft_counter_obj_type;
1423 struct nft_object_type { struct1461 const struct nft_object_type *type;1464 int nft_register_obj(struct nft_object_type *obj_type);1465 void nft_unregister_obj(struct nft_object_type *obj_type);
1006 static struct nft_object_type nft_ct_timeout_obj_type;1017 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {1193 static struct nft_object_type nft_ct_helper_obj_type;1203 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {1345 static struct nft_object_type nft_ct_expect_obj_type;1356 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
682 static struct nft_object_type nft_tunnel_obj_type;692 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
370 static struct nft_object_type *nft_basic_objects[] = {
8059 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj() 8077 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj() 8146 const struct nft_object_type *type, in nft_obj_init() 8215 static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family) in __nft_obj_type_get() 8217 const struct nft_object_type *type; in __nft_obj_type_get() 8230 static const struct nft_object_type * in nft_obj_type_get() 8233 const struct nft_object_type *type; in nft_obj_type_get() 8254 const struct nft_object_type *type, in nf_tables_updobj() 8294 const struct nft_object_type *type; in nf_tables_newobj()