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.h1352 * struct nft_object_type - stateful object type
1363 struct nft_object_type { argument
1401 const struct nft_object_type *type;
1404 int nft_register_obj(struct nft_object_type *obj_type);
1405 void nft_unregister_obj(struct nft_object_type *obj_type);
1360 struct nft_object_type { global() struct
1361 select_opsnft_object_type global() argument
1364 listnft_object_type global() argument
1365 typenft_object_type global() argument
1366 maxattrnft_object_type global() argument
1367 familynft_object_type global() argument
1368 ownernft_object_type global() argument
1369 policynft_object_type global() argument
/openbmc/linux/net/netfilter/
H A Dnft_limit.c370 static struct nft_object_type nft_limit_obj_type;
417 static struct nft_object_type nft_limit_obj_type;
443 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.c183 struct nft_object_type nft_counter_obj_type;
193 struct nft_object_type nft_counter_obj_type __read_mostly = {
H A Dnft_ct.c1031 static struct nft_object_type nft_ct_timeout_obj_type;
1042 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
1214 static struct nft_object_type nft_ct_helper_obj_type;
1224 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
1365 static struct nft_object_type nft_ct_expect_obj_type;
1376 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.c7418 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj()
7436 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj()
7506 const struct nft_object_type *type, in nft_obj_init()
7575 static const struct nft_object_type *__nft_obj_type_get(u32 objtype, u8 family) in __nft_obj_type_get()
7577 const struct nft_object_type *type; in __nft_obj_type_get()
7590 static const struct nft_object_type *
7593 const struct nft_object_type *type; in nft_obj_type_get()
7614 const struct nft_object_type *type, in nf_tables_updobj()
7654 const struct nft_object_type *type; in nf_tables_newobj()