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
8067
int nft_register_obj(struct nft_object_type *obj_type)
net/netfilter/nf_tables_api.c
8085
void nft_unregister_obj(struct nft_object_type *obj_type)
net/netfilter/nf_tables_api.c
8154
const struct nft_object_type *type,
net/netfilter/nf_tables_api.c
8223
static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family)
net/netfilter/nf_tables_api.c
8225
const struct nft_object_type *type;
net/netfilter/nf_tables_api.c
8238
static const struct nft_object_type *
net/netfilter/nf_tables_api.c
8241
const struct nft_object_type *type;
net/netfilter/nf_tables_api.c
8262
const struct nft_object_type *type,
net/netfilter/nf_tables_api.c
8302
const struct nft_object_type *type;
net/netfilter/nf_tables_core.c
370
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
1006
static struct nft_object_type nft_ct_timeout_obj_type;
net/netfilter/nft_ct.c
1017
static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1192
static struct nft_object_type nft_ct_helper_obj_type;
net/netfilter/nft_ct.c
1202
static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
net/netfilter/nft_ct.c
1359
static struct nft_object_type nft_ct_expect_obj_type;
net/netfilter/nft_ct.c
1370
static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
net/netfilter/nft_limit.c
370
static struct nft_object_type nft_limit_obj_type;
net/netfilter/nft_limit.c
417
static struct nft_object_type nft_limit_obj_type;
net/netfilter/nft_limit.c
443
static struct nft_object_type nft_limit_obj_type __read_mostly = {
net/netfilter/nft_meta.c
1016
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
345
static struct nft_object_type nft_synproxy_obj_type;
net/netfilter/nft_synproxy.c
356
static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
net/netfilter/nft_tunnel.c
682
static struct nft_object_type nft_tunnel_obj_type;
net/netfilter/nft_tunnel.c
692
static struct nft_object_type nft_tunnel_obj_type __read_mostly = {