Searched refs:synproxy_net (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/netfilter/
H A Dnf_synproxy.h22 struct synproxy_net { struct
30 static inline struct synproxy_net *synproxy_pernet(struct net *net)
65 int nf_synproxy_ipv4_init(struct synproxy_net *snet, struct net *net);
66 void nf_synproxy_ipv4_fini(struct synproxy_net *snet, struct net *net);
80 int nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net);
81 void nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net);
84 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) { return 0; }
86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) {};
/linux-master/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c17 struct synproxy_net *snet = synproxy_pernet(net);
68 struct synproxy_net *snet = synproxy_pernet(par->net);
92 struct synproxy_net *snet = synproxy_pernet(par->net);
/linux-master/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c17 struct synproxy_net *snet = synproxy_pernet(net);
66 struct synproxy_net *snet = synproxy_pernet(par->net);
89 struct synproxy_net *snet = synproxy_pernet(par->net);
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c242 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq));
260 struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq));
332 struct synproxy_net *snet = synproxy_pernet(net);
368 struct synproxy_net *snet = synproxy_pernet(net);
379 .size = sizeof(struct synproxy_net),
494 struct synproxy_net *snet = synproxy_pernet(net);
617 struct synproxy_net *snet = synproxy_pernet(net);
643 struct synproxy_net *snet = synproxy_pernet(net);
767 int nf_synproxy_ipv4_init(struct synproxy_net *snet, struct net *net)
783 void nf_synproxy_ipv4_fini(struct synproxy_net *sne
[all...]
H A Dnft_synproxy.c25 struct synproxy_net *snet,
53 struct synproxy_net *snet = synproxy_pernet(net);
84 struct synproxy_net *snet = synproxy_pernet(net);
156 struct synproxy_net *snet = synproxy_pernet(ctx->net);
209 struct synproxy_net *snet = synproxy_pernet(ctx->net);

Completed in 309 milliseconds