Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_tables_core.h23 extern struct nft_object_type nft_secmark_obj_type;
25 extern struct nft_object_type nft_counter_obj_type;
Dnf_tables.h1294 struct nft_object_type { struct
1330 const struct nft_object_type *type;
1333 int nft_register_obj(struct nft_object_type *obj_type);
1334 void nft_unregister_obj(struct nft_object_type *obj_type);
/linux-6.1.9/net/netfilter/
Dnft_counter.c178 struct nft_object_type nft_counter_obj_type;
188 struct nft_object_type nft_counter_obj_type __read_mostly = {
Dnft_quota.c183 static struct nft_object_type nft_quota_obj_type;
194 static struct nft_object_type nft_quota_obj_type __read_mostly = {
Dnft_limit.c355 static struct nft_object_type nft_limit_obj_type;
402 static struct nft_object_type nft_limit_obj_type;
428 static struct nft_object_type nft_limit_obj_type __read_mostly = {
Dnft_connlimit.c161 static struct nft_object_type nft_connlimit_obj_type;
171 static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
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 = {
1192 static struct nft_object_type nft_ct_helper_obj_type;
1202 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
1320 static struct nft_object_type nft_ct_expect_obj_type;
1331 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
Dnft_synproxy.c343 static struct nft_object_type nft_synproxy_obj_type;
354 static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
Dnft_tunnel.c704 static struct nft_object_type nft_tunnel_obj_type;
714 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
Dnf_tables_core.c345 static struct nft_object_type *nft_basic_objects[] = {
Dnft_meta.c941 struct nft_object_type nft_secmark_obj_type __read_mostly = {
Dnf_tables_api.c6687 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj()
6705 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj()
6775 const struct nft_object_type *type, in nft_obj_init()
6844 static const struct nft_object_type *__nft_obj_type_get(u32 objtype) in __nft_obj_type_get()
6846 const struct nft_object_type *type; in __nft_obj_type_get()
6855 static const struct nft_object_type *
6858 const struct nft_object_type *type; in nft_obj_type_get()
6875 const struct nft_object_type *type, in nf_tables_updobj()
6917 const struct nft_object_type *type; in nf_tables_newobj()