Symbol: nft_object_type
include/net/netfilter/nf_tables.h
1463
const struct nft_object_type *type;
include/net/netfilter/nf_tables.h
1466
int nft_register_obj(struct nft_object_type *obj_type);
include/net/netfilter/nf_tables.h
1467
void nft_unregister_obj(struct nft_object_type *obj_type);
include/net/netfilter/nf_tables_core.h
25
extern struct nft_object_type nft_secmark_obj_type;
include/net/netfilter/nf_tables_core.h
27
extern struct nft_object_type nft_counter_obj_type;
net/netfilter/nf_tables_api.c
7977
int nft_register_obj(struct nft_object_type *obj_type)
net/netfilter/nf_tables_api.c
7995
void nft_unregister_obj(struct nft_object_type *obj_type)
net/netfilter/nf_tables_api.c
8065
const struct nft_object_type *type,
net/netfilter/nf_tables_api.c
8134
static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family)
net/netfilter/nf_tables_api.c
8136
const struct nft_object_type *type;
net/netfilter/nf_tables_api.c
8149
static const struct nft_object_type *
net/netfilter/nf_tables_api.c
8152
const struct nft_object_type *type;
net/netfilter/nf_tables_api.c
8173
const struct nft_object_type *type,
net/netfilter/nf_tables_api.c
8213
const struct nft_object_type *type;
net/netfilter/nf_tables_core.c
368
static struct nft_object_type *nft_basic_objects[] = {
net/netfilter/nft_connlimit.c
165
static struct nft_object_type nft_connlimit_obj_type;
net/netfilter/nft_connlimit.c
176
static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
net/netfilter/nft_counter.c
199
struct nft_object_type nft_counter_obj_type;
net/netfilter/nft_counter.c
209
struct nft_object_type nft_counter_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1055
static struct nft_object_type nft_ct_timeout_obj_type;
net/netfilter/nft_ct.c
1066
static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1243
static struct nft_object_type nft_ct_helper_obj_type;
net/netfilter/nft_ct.c
1253
static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1394
static struct nft_object_type nft_ct_expect_obj_type;
net/netfilter/nft_ct.c
1405
static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
net/netfilter/nft_limit.c
372
static struct nft_object_type nft_limit_obj_type;
net/netfilter/nft_limit.c
419
static struct nft_object_type nft_limit_obj_type;
net/netfilter/nft_limit.c
445
static struct nft_object_type nft_limit_obj_type __read_mostly = {
net/netfilter/nft_meta.c
1005
struct nft_object_type nft_secmark_obj_type __read_mostly = {
net/netfilter/nft_quota.c
190
static struct nft_object_type nft_quota_obj_type;
net/netfilter/nft_quota.c
201
static struct nft_object_type nft_quota_obj_type __read_mostly = {
net/netfilter/nft_synproxy.c
347
static struct nft_object_type nft_synproxy_obj_type;
net/netfilter/nft_synproxy.c
358
static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
net/netfilter/nft_tunnel.c
708
static struct nft_object_type nft_tunnel_obj_type;
net/netfilter/nft_tunnel.c
718
static struct nft_object_type nft_tunnel_obj_type __read_mostly = {