Home
last modified time | relevance | path

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

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