Home
last modified time | relevance | path

Searched refs:nft_object_type (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_tables_core.h25 extern struct nft_object_type nft_secmark_obj_type;
27 extern struct nft_object_type nft_counter_obj_type;
H A Dnf_tables.h1416 struct nft_object_type { struct
1454 const struct nft_object_type *type;
1457 int nft_register_obj(struct nft_object_type *obj_type);
1458 void nft_unregister_obj(struct nft_object_type *obj_type);
/linux/net/netfilter/
H A Dnft_ct.c1009 static struct nft_object_type nft_ct_timeout_obj_type;
1020 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
1197 static struct nft_object_type nft_ct_helper_obj_type;
1207 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
1347 static struct nft_object_type nft_ct_expect_obj_type;
1358 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
H A Dnf_tables_core.c368 static struct nft_object_type *nft_basic_objects[] = {
H A Dnf_tables_api.c8055 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj()
8073 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj()
8142 const struct nft_object_type *type, in nft_obj_init()
8211 static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family) in __nft_obj_type_get()
8213 const struct nft_object_type *type; in __nft_obj_type_get()
8226 static const struct nft_object_type *
8229 const struct nft_object_type *type; in nft_obj_type_get()
8250 const struct nft_object_type *type, in nf_tables_updobj()
8290 const struct nft_object_type *type; in nf_tables_newobj()