Home
last modified time | relevance | path

Searched refs:nft_unregister_expr (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v5.15/net/netfilter/
Dnft_redir.c257 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_init()
264 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_init()
266 nft_unregister_expr(&nft_redir_ipv6_type); in nft_redir_module_init()
276 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_exit()
278 nft_unregister_expr(&nft_redir_ipv6_type); in nft_redir_module_exit()
281 nft_unregister_expr(&nft_redir_inet_type); in nft_redir_module_exit()
Dnft_masq.c196 nft_unregister_expr(&nft_masq_ipv6_type); in nft_masq_module_exit_ipv6()
251 nft_unregister_expr(&nft_masq_inet_type); in nft_masq_module_exit_inet()
283 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_module_init()
294 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_module_exit()
Dnft_fib_inet.c70 nft_unregister_expr(&nft_fib_inet_type); in nft_fib_inet_module_exit()
Dnft_fib_netdev.c79 nft_unregister_expr(&nft_fib_netdev_type); in nft_fib_netdev_module_exit()
Dnft_dup_netdev.c96 nft_unregister_expr(&nft_dup_netdev_type); in nft_dup_netdev_module_exit()
Dnft_reject_inet.c101 nft_unregister_expr(&nft_reject_inet_type); in nft_reject_inet_module_exit()
Dnf_tables_core.c300 nft_unregister_expr(nft_basic_types[j]); in nf_tables_core_module_init()
314 nft_unregister_expr(nft_basic_types[i]); in nf_tables_core_module_exit()
Dnft_nat.c367 nft_unregister_expr(&nft_inet_nat_type); in nft_nat_inet_module_exit()
391 nft_unregister_expr(&nft_nat_type); in nft_nat_module_exit()
Dnft_compat.c914 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()
916 nft_unregister_expr(&nft_match_type); in nft_compat_module_init()
923 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()
924 nft_unregister_expr(&nft_match_type); in nft_compat_module_exit()
Dnft_osf.c148 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()
Dnft_reject_netdev.c179 nft_unregister_expr(&nft_reject_netdev_type); in nft_reject_netdev_module_exit()
Dnft_queue.c210 nft_unregister_expr(&nft_queue_type); in nft_queue_module_exit()
Dnft_socket.c225 nft_unregister_expr(&nft_socket_type); in nft_socket_module_exit()
Dnft_fwd_netdev.c252 nft_unregister_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_exit()
Dnft_numgen.c208 nft_unregister_expr(&nft_ng_type); in nft_ng_module_exit()
Dnft_ct.c1325 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_init()
1327 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1338 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_exit()
1339 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()
Dnft_quota.c246 nft_unregister_expr(&nft_quota_type); in nft_quota_module_exit()
Dnft_xfrm.c281 nft_unregister_expr(&nft_xfrm_type); in nft_xfrm_module_exit()
/Linux-v5.15/net/ipv4/netfilter/
Dnft_reject_ipv4.c66 nft_unregister_expr(&nft_reject_ipv4_type); in nft_reject_ipv4_module_exit()
Dnft_dup_ipv4.c101 nft_unregister_expr(&nft_dup_ipv4_type); in nft_dup_ipv4_module_exit()
Dnft_fib_ipv4.c205 nft_unregister_expr(&nft_fib4_type); in nft_fib4_module_exit()
/Linux-v5.15/net/ipv6/netfilter/
Dnft_reject_ipv6.c67 nft_unregister_expr(&nft_reject_ipv6_type); in nft_reject_ipv6_module_exit()
Dnft_dup_ipv6.c99 nft_unregister_expr(&nft_dup_ipv6_type); in nft_dup_ipv6_module_exit()
/Linux-v5.15/net/bridge/netfilter/
Dnft_meta_bridge.c148 nft_unregister_expr(&nft_meta_bridge_type); in nft_meta_bridge_module_exit()
Dnft_reject_bridge.c206 nft_unregister_expr(&nft_reject_bridge_type); in nft_reject_bridge_module_exit()

12