OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tun_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_wg.c
5447
char
tun_name
[IFNAMSIZ];
local in function:wg_ioctl_linkstr
5448
error = copyinstr(ifd->ifd_data,
tun_name
, ifd->ifd_len, NULL);
5452
if (strncmp(
tun_name
, "tun", 3) != 0)
5455
error = rumpuser_wg_create(
tun_name
, wg, &wg->wg_user);
if_wg.c
5447
char
tun_name
[IFNAMSIZ];
local in function:wg_ioctl_linkstr
5448
error = copyinstr(ifd->ifd_data,
tun_name
, ifd->ifd_len, NULL);
5452
if (strncmp(
tun_name
, "tun", 3) != 0)
5455
error = rumpuser_wg_create(
tun_name
, wg, &wg->wg_user);
Completed in 27 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025