Home
last modified time | relevance | path

Searched refs:nft_register_obj (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/netfilter/
Dnft_connlimit.c277 err = nft_register_obj(&nft_connlimit_obj_type); in nft_connlimit_module_init()
Dnft_quota.c278 err = nft_register_obj(&nft_quota_obj_type); in nft_quota_module_init()
Dnft_ct.c1372 err = nft_register_obj(&nft_ct_helper_obj_type); in nft_ct_module_init()
1376 err = nft_register_obj(&nft_ct_expect_obj_type); in nft_ct_module_init()
1380 err = nft_register_obj(&nft_ct_timeout_obj_type); in nft_ct_module_init()
Dnf_tables_core.c381 err = nft_register_obj(nft_basic_objects[i]); in nf_tables_core_module_init()
Dnft_synproxy.c367 err = nft_register_obj(&nft_synproxy_obj_type); in nft_synproxy_module_init()
Dnft_limit.c441 err = nft_register_obj(&nft_limit_obj_type); in nft_limit_module_init()
Dnft_tunnel.c730 err = nft_register_obj(&nft_tunnel_obj_type); in nft_tunnel_module_init()
Dnf_tables_api.c7229 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj() function
7239 EXPORT_SYMBOL_GPL(nft_register_obj);
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1351 int nft_register_obj(struct nft_object_type *obj_type);