Searched refs:send4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wireguard/ |
D | socket.c | 20 static int send4(struct wg_device *wg, struct sk_buff *skb, in send4() function 174 ret = send4(peer->device, skb, &peer->endpoint, ds, in wg_socket_send_skb_to_peer() 224 ret = send4(wg, skb, &endpoint, 0, NULL); in wg_socket_send_buffer_as_reply_to_skb()
|