Home
last modified time | relevance | path

Searched refs:wg_queue_enqueue_per_device_and_peer (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireguard/
Dqueueing.h160 static inline int wg_queue_enqueue_per_device_and_peer( in wg_queue_enqueue_per_device_and_peer() function
Dsend.c320 ret = wg_queue_enqueue_per_device_and_peer(&wg->encrypt_queue, &peer->tx_queue, first, in wg_packet_create_data()
Dreceive.c533 ret = wg_queue_enqueue_per_device_and_peer(&wg->decrypt_queue, &peer->rx_queue, skb, in wg_packet_consume_data()