Searched refs:send6 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A 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()
|
Completed in 2 milliseconds