Home
last modified time | relevance | path

Searched refs:wg_socket_init (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dsocket.h14 int wg_socket_init(struct wg_device *wg, u16 port);
H A Ddevice.c50 ret = wg_socket_init(wg, wg->incoming_port); in wg_open()
H A Dsocket.c349 int wg_socket_init(struct wg_device *wg, u16 port) in wg_socket_init() function
H A Dnetlink.c326 return wg_socket_init(wg, port); in set_port()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dsocket.h14 int wg_socket_init(struct wg_device *wg, u16 port);
H A Dsocket.c349 int wg_socket_init(struct wg_device *wg, u16 port) in wg_socket_init() function
H A Ddevice.c51 ret = wg_socket_init(wg, wg->incoming_port); in wg_open()
H A Dnetlink.c326 return wg_socket_init(wg, port); in set_port()

Completed in 5 milliseconds