Searched refs:nft_object_type (Results 1 – 12 of 12) sorted by relevance
273 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 = {
165 static struct nft_object_type nft_quota_obj_type;175 static struct nft_object_type nft_quota_obj_type __read_mostly = {
147 static struct nft_object_type nft_connlimit_obj_type;157 static struct nft_object_type nft_connlimit_obj_type __read_mostly = {
177 static struct nft_object_type nft_counter_obj_type;187 static struct nft_object_type nft_counter_obj_type __read_mostly = {
960 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 = {
340 static struct nft_object_type nft_synproxy_obj_type;351 static struct nft_object_type nft_synproxy_obj_type __read_mostly = {
674 static struct nft_object_type nft_tunnel_obj_type;684 static struct nft_object_type nft_tunnel_obj_type __read_mostly = {
274 static struct nft_object_type *nft_basic_objects[] = {
903 struct nft_object_type nft_secmark_obj_type __read_mostly = {
6344 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()
22 extern struct nft_object_type nft_secmark_obj_type;
1224 struct nft_object_type { struct1260 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