Home
last modified time | relevance | path

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

/openbmc/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.h1375 struct nft_object_type { struct
1413 const struct nft_object_type *type;
1416 int nft_register_obj(struct nft_object_type *obj_type);
1417 void nft_unregister_obj(struct nft_object_type *obj_type);
/openbmc/linux/net/netfilter/
H A Dnft_limit.c372 static struct nft_object_type nft_limit_obj_type;
419 static struct nft_object_type nft_limit_obj_type;
445 static struct nft_object_type nft_limit_obj_type __read_mostly = {
H A Dnft_quota.c183 static struct nft_object_type nft_quota_obj_type;
194 static struct nft_object_type nft_quota_obj_type __read_mostly = {
H A Dnft_connlimit.c161 static struct nft_object_type nft_connlimit_obj_type;
171 static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
H A Dnft_counter.c187 struct nft_object_type nft_counter_obj_type;
197 struct nft_object_type nft_counter_obj_type __read_mostly = {
H A Dnft_ct.c1033 static struct nft_object_type nft_ct_timeout_obj_type;
1044 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
1216 static struct nft_object_type nft_ct_helper_obj_type;
1226 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
1367 static struct nft_object_type nft_ct_expect_obj_type;
1378 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
H A Dnft_synproxy.c347 static struct nft_object_type nft_synproxy_obj_type;
358 static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
H A Dnft_tunnel.c704 static struct nft_object_type nft_tunnel_obj_type;
714 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
H A Dnf_tables_core.c367 static struct nft_object_type *nft_basic_objects[] = {
H A Dnft_meta.c1007 struct nft_object_type nft_secmark_obj_type __read_mostly = {
H A Dnf_tables_api.c7462 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj()
7480 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj()
7550 const struct nft_object_type *type, in nft_obj_init()
7619 static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family) in __nft_obj_type_get()
7621 const struct nft_object_type *type; in __nft_obj_type_get()
7634 static const struct nft_object_type *
7637 const struct nft_object_type *type; in nft_obj_type_get()
7658 const struct nft_object_type *type, in nf_tables_updobj()
7698 const struct nft_object_type *type; in nf_tables_newobj()