Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/netfilter/
Dnft_redir.c261 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_init()
268 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_init()
270 nft_unregister_expr(&nft_redir_ipv6_type); in nft_redir_module_init()
280 nft_unregister_expr(&nft_redir_ipv4_type); in nft_redir_module_exit()
282 nft_unregister_expr(&nft_redir_ipv6_type); in nft_redir_module_exit()
285 nft_unregister_expr(&nft_redir_inet_type); in nft_redir_module_exit()
Dnft_masq.c200 nft_unregister_expr(&nft_masq_ipv6_type); in nft_masq_module_exit_ipv6()
255 nft_unregister_expr(&nft_masq_inet_type); in nft_masq_module_exit_inet()
287 nft_unregister_expr(&nft_masq_ipv4_type); in nft_masq_module_init()
298 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()
Dnf_tables_core.c288 nft_unregister_expr(nft_basic_types[j]); in nf_tables_core_module_init()
302 nft_unregister_expr(nft_basic_types[i]); in nf_tables_core_module_exit()
Dnft_dup_netdev.c96 nft_unregister_expr(&nft_dup_netdev_type); in nft_dup_netdev_module_exit()
Dnft_nat.c314 nft_unregister_expr(&nft_inet_nat_type); in nft_nat_inet_module_exit()
338 nft_unregister_expr(&nft_nat_type); in nft_nat_module_exit()
Dnft_reject_inet.c143 nft_unregister_expr(&nft_reject_inet_type); in nft_reject_inet_module_exit()
Dnft_socket.c150 nft_unregister_expr(&nft_socket_type); in nft_socket_module_exit()
Dnft_compat.c883 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()
885 nft_unregister_expr(&nft_match_type); in nft_compat_module_init()
892 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()
893 nft_unregister_expr(&nft_match_type); in nft_compat_module_exit()
Dnft_osf.c140 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()
Dnft_queue.c210 nft_unregister_expr(&nft_queue_type); in nft_queue_module_exit()
Dnft_fwd_netdev.c239 nft_unregister_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_exit()
Dnft_numgen.c211 nft_unregister_expr(&nft_ng_type); in nft_ng_module_exit()
Dnft_ct.c1321 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_init()
1323 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1334 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_exit()
1335 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.c282 nft_unregister_expr(&nft_xfrm_type); in nft_xfrm_module_exit()
Dnft_connlimit.c272 nft_unregister_expr(&nft_connlimit_type); in nft_connlimit_module_exit()
/Linux-v5.4/net/ipv4/netfilter/
Dnft_reject_ipv4.c65 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.4/net/ipv6/netfilter/
Dnft_reject_ipv6.c66 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()
Dnft_fib_ipv6.c250 nft_unregister_expr(&nft_fib6_type); in nft_fib6_module_exit()
/Linux-v5.4/net/bridge/netfilter/
Dnft_meta_bridge.c149 nft_unregister_expr(&nft_meta_bridge_type); in nft_meta_bridge_module_exit()

12