Home
last modified time | relevance | path

Searched refs:nf_ct_netns_put (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.10/net/netfilter/
Dxt_connlabel.c71 nf_ct_netns_put(par->net, par->family); in connlabel_mt_check()
78 nf_ct_netns_put(par->net, par->family); in connlabel_mt_destroy()
Dnft_masq.c124 nf_ct_netns_put(ctx->net, NFPROTO_IPV4); in nft_masq_ipv4_destroy()
170 nf_ct_netns_put(ctx->net, NFPROTO_IPV6); in nft_masq_ipv6_destroy()
225 nf_ct_netns_put(ctx->net, NFPROTO_INET); in nft_masq_inet_destroy()
Dnft_redir.c129 nf_ct_netns_put(ctx->net, NFPROTO_IPV4); in nft_redir_ipv4_destroy()
178 nf_ct_netns_put(ctx->net, NFPROTO_IPV6); in nft_redir_ipv6_destroy()
220 nf_ct_netns_put(ctx->net, NFPROTO_INET); in nft_redir_inet_destroy()
Dxt_connmark.c115 nf_ct_netns_put(par->net, par->family); in connmark_tg_destroy()
145 nf_ct_netns_put(par->net, par->family); in connmark_mt_destroy()
Dxt_state.c51 nf_ct_netns_put(par->net, par->family); in state_mt_destroy()
Dnf_conntrack_proto.c577 nf_ct_netns_put(net, NFPROTO_IPV4); in nf_ct_netns_inet_get()
598 nf_ct_netns_put(net, NFPROTO_BRIDGE); in nf_ct_netns_get()
610 void nf_ct_netns_put(struct net *net, uint8_t nfproto) in nf_ct_netns_put() function
625 EXPORT_SYMBOL_GPL(nf_ct_netns_put);
Dxt_helper.c71 nf_ct_netns_put(par->net, par->family); in helper_mt_destroy()
Dxt_REDIRECT.c46 nf_ct_netns_put(par->net, par->family); in redirect_tg_destroy()
Dxt_CONNSECMARK.c114 nf_ct_netns_put(par->net, par->family); in connsecmark_tg_destroy()
Dxt_CT.c217 nf_ct_netns_put(par->net, par->family); in xt_ct_tg_check()
278 nf_ct_netns_put(par->net, par->family); in xt_ct_tg_destroy()
Dxt_MASQUERADE.c51 nf_ct_netns_put(par->net, par->family); in masquerade_tg_destroy()
Dxt_cluster.c146 nf_ct_netns_put(par->net, par->family); in xt_cluster_mt_destroy()
Dnft_synproxy.c202 nf_ct_netns_put(ctx->net, ctx->family); in nft_synproxy_do_init()
225 nf_ct_netns_put(ctx->net, ctx->family); in nft_synproxy_do_destroy()
Dnft_ct.c622 nf_ct_netns_put(ctx->net, ctx->family); in nft_ct_get_destroy()
631 nf_ct_netns_put(ctx->net, ctx->family); in nft_ct_set_destroy()
921 nf_ct_netns_put(ctx->net, ctx->family); in nft_ct_timeout_obj_destroy()
1057 nf_ct_netns_put(ctx->net, ctx->family); in nft_ct_helper_obj_destroy()
1190 nf_ct_netns_put(ctx->net, ctx->family); in nft_ct_expect_obj_destroy()
Dxt_connbytes.c132 nf_ct_netns_put(par->net, par->family); in connbytes_mt_destroy()
Dxt_NETMAP.c65 nf_ct_netns_put(par->net, par->family); in netmap_tg_destroy()
Dnft_connlimit.c89 nf_ct_netns_put(ctx->net, ctx->family); in nft_connlimit_do_destroy()
Dxt_nat.c34 nf_ct_netns_put(par->net, par->family); in xt_nat_destroy()
Dnft_flow_offload.c203 nf_ct_netns_put(ctx->net, ctx->family); in nft_flow_offload_destroy()
Dxt_conntrack.c279 nf_ct_netns_put(par->net, par->family); in conntrack_mt_destroy()
Dnft_nat.c313 nf_ct_netns_put(ctx->net, priv->family); in nft_nat_destroy()
Dnf_conncount.c581 nf_ct_netns_put(net, family); in nf_conncount_destroy()
/Linux-v5.10/net/ipv4/netfilter/
Dipt_SYNPROXY.c80 nf_ct_netns_put(par->net, par->family); in synproxy_tg4_check()
92 nf_ct_netns_put(par->net, par->family); in synproxy_tg4_destroy()
/Linux-v5.10/net/ipv6/netfilter/
Dip6t_SYNPROXY.c83 nf_ct_netns_put(par->net, par->family); in synproxy_tg6_check()
95 nf_ct_netns_put(par->net, par->family); in synproxy_tg6_destroy()
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h171 void nf_ct_netns_put(struct net *net, u8 nfproto);

12