Searched refs:send6 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireguard/ |
D | socket.c | 97 static int send6(struct wg_device *wg, struct sk_buff *skb, in send6() function 178 ret = send6(peer->device, skb, &peer->endpoint, ds, in wg_socket_send_skb_to_peer() 227 ret = send6(wg, skb, &endpoint, 0, NULL); in wg_socket_send_buffer_as_reply_to_skb()
|