Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_limit.c273 static struct nft_object_type nft_limit_obj_type;
311 static struct nft_object_type nft_limit_obj_type;
336 static struct nft_object_type nft_limit_obj_type __read_mostly = {
A Dnft_quota.c165 static struct nft_object_type nft_quota_obj_type;
175 static struct nft_object_type nft_quota_obj_type __read_mostly = {
A Dnft_connlimit.c147 static struct nft_object_type nft_connlimit_obj_type;
157 static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
A Dnft_counter.c177 static struct nft_object_type nft_counter_obj_type;
187 static struct nft_object_type nft_counter_obj_type __read_mostly = {
A Dnft_ct.c960 static struct nft_object_type nft_ct_timeout_obj_type;
971 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
1143 static struct nft_object_type nft_ct_helper_obj_type;
1153 static struct nft_object_type nft_ct_helper_obj_type __read_mostly = {
1271 static struct nft_object_type nft_ct_expect_obj_type;
1282 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
A Dnft_synproxy.c340 static struct nft_object_type nft_synproxy_obj_type;
351 static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
A Dnft_tunnel.c674 static struct nft_object_type nft_tunnel_obj_type;
684 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
A Dnf_tables_core.c274 static struct nft_object_type *nft_basic_objects[] = {
A Dnft_meta.c903 struct nft_object_type nft_secmark_obj_type __read_mostly = {
A Dnf_tables_api.c6344 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj()
6362 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj()
6432 const struct nft_object_type *type, in nft_obj_init()
6501 static const struct nft_object_type *__nft_obj_type_get(u32 objtype) in __nft_obj_type_get()
6503 const struct nft_object_type *type; in __nft_obj_type_get()
6512 static const struct nft_object_type *
6515 const struct nft_object_type *type; in nft_obj_type_get()
6532 const struct nft_object_type *type, in nf_tables_updobj()
6569 const struct nft_object_type *type; in nf_tables_newobj()
/linux/include/net/netfilter/
A Dnf_tables_core.h22 extern struct nft_object_type nft_secmark_obj_type;
A Dnf_tables.h1224 struct nft_object_type { struct
1260 const struct nft_object_type *type;
1263 int nft_register_obj(struct nft_object_type *obj_type);
1264 void nft_unregister_obj(struct nft_object_type *obj_type);

Completed in 36 milliseconds