Re: [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)

2025-03-03 Thread Antonio Quartulli
On 28/02/2025 16:25, Sabrina Dubroca wrote: (I'm still reviewing how everything fits together, but one small thing here:) 2025-02-27, 02:21:34 +0100, Antonio Quartulli wrote: +static void ovpn_udp_close(struct sock *sk, long timeout) +{ + struct ovpn_socket *sock; + struct ovpn_priv

Re: [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)

2025-02-28 Thread Sabrina Dubroca
(I'm still reviewing how everything fits together, but one small thing here:) 2025-02-27, 02:21:34 +0100, Antonio Quartulli wrote: > +static void ovpn_udp_close(struct sock *sk, long timeout) > +{ > + struct ovpn_socket *sock; > + struct ovpn_priv *ovpn; > + > + rcu_read_lock(); > +