Home
last modified time | relevance | path

Searched refs:synproxy_net (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_synproxy.h22 struct synproxy_net { struct
30 static inline struct synproxy_net *synproxy_pernet(struct net *net) in synproxy_pernet() argument
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; } in nf_synproxy_ipv6_init()
86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) {}; in nf_synproxy_ipv6_fini()
/linux/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c17 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_tg4()
66 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg4_check()
89 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg4_destroy()
/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c17 struct synproxy_net *snet = synproxy_pernet(net); in synproxy_tg6()
68 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg6_check()
92 struct synproxy_net *snet = synproxy_pernet(par->net); in synproxy_tg6_destroy()