mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
15 lines
321 B
C
15 lines
321 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
/* OpenVPN data channel offload
|
||
|
*
|
||
|
* Copyright (C) 2020-2025 OpenVPN, Inc.
|
||
|
*
|
||
|
* Author: Antonio Quartulli <antonio@openvpn.net>
|
||
|
*/
|
||
|
|
||
|
#ifndef _NET_OVPN_MAIN_H_
|
||
|
#define _NET_OVPN_MAIN_H_
|
||
|
|
||
|
bool ovpn_dev_is_valid(const struct net_device *dev);
|
||
|
|
||
|
#endif /* _NET_OVPN_MAIN_H_ */
|