Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireguard/
Dqueueing.h34 int wg_packet_rx_poll(struct napi_struct *napi, int budget);
Dpeer.c57 netif_napi_add(wg->dev, &peer->napi, wg_packet_rx_poll); in wg_peer_create()
Dreceive.c438 int wg_packet_rx_poll(struct napi_struct *napi, int budget) in wg_packet_rx_poll() function