mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-29 03:15:28 +00:00
In our test device, we're currently freeing skbs in the transmit path
with kfree(), rather than kfree_skb(). This change uses the correct
kfree_skb() instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| route-test.c | ||
| utils.c | ||
| utils.h | ||