Home
last modified time | relevance | path

Searched refs:wg_socket_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireguard/
H A Dsocket.h14 int wg_socket_init(struct wg_device *wg, u16 port);
H A Ddevice.c51 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()