Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_quota.c218 err = nft_register_obj(&nft_quota_obj_type); in nft_quota_module_init()
Dnft_counter.c282 err = nft_register_obj(&nft_counter_obj_type); in nft_counter_module_init()
Dnft_connlimit.c259 err = nft_register_obj(&nft_connlimit_obj_type); in nft_connlimit_module_init()
Dnft_limit.c351 err = nft_register_obj(&nft_limit_obj_type); in nft_limit_module_init()
Dnft_ct.c1153 err = nft_register_obj(&nft_ct_helper_obj_type); in nft_ct_module_init()
1157 err = nft_register_obj(&nft_ct_timeout_obj_type); in nft_ct_module_init()
Dnft_tunnel.c547 err = nft_register_obj(&nft_tunnel_obj_type); in nft_tunnel_module_init()
Dnf_tables_api.c4729 int nft_register_obj(struct nft_object_type *obj_type) in nft_register_obj() function
4739 EXPORT_SYMBOL_GPL(nft_register_obj);
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1096 int nft_register_obj(struct nft_object_type *obj_type);