Searched refs:synproxy_pernet (Results 1 – 3 of 3) sorted by relevance
17 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()
17 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()
30 static inline struct synproxy_net *synproxy_pernet(struct net *net) in synproxy_pernet() function