Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.h50 void wg_packet_tx_worker(struct work_struct *work);
H A Dpeer.c49 INIT_WORK(&peer->transmit_packet_work, wg_packet_tx_worker); in wg_peer_create()
H A Dsend.c262 void wg_packet_tx_worker(struct work_struct *work) in wg_packet_tx_worker() function