Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_quota.c230 err = nft_register_obj(&nft_quota_obj_type); in nft_quota_module_init()
H A Dnft_connlimit.c256 err = nft_register_obj(&nft_connlimit_obj_type); in nft_connlimit_module_init()
H A Dnft_counter.c279 err = nft_register_obj(&nft_counter_obj_type); in nft_counter_module_init()
H A Dnft_ct.c1304 err = nft_register_obj(&nft_ct_helper_obj_type); in nft_ct_module_init()
1308 err = nft_register_obj(&nft_ct_expect_obj_type); in nft_ct_module_init()
1312 err = nft_register_obj(&nft_ct_timeout_obj_type); in nft_ct_module_init()
H A Dnf_tables_core.c325 err = nft_register_obj(nft_basic_objects[i]); in nf_tables_core_module_init()
H A Dnft_limit.c348 err = nft_register_obj(&nft_limit_obj_type); in nft_limit_module_init()
H A Dnft_synproxy.c365 err = nft_register_obj(&nft_synproxy_obj_type); in nft_synproxy_module_init()
H A Dnft_tunnel.c701 err = nft_register_obj(&nft_tunnel_obj_type); in nft_tunnel_module_init()
H A Dnf_tables_api.c5714 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj() function
5724 EXPORT_SYMBOL_GPL(nft_register_obj);
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1215 int nft_register_obj(struct nft_object_type *obj_type);