go:linkname fastrandn runtime.fastrandn
(n uint32)
| 15 | |
| 16 | //go:linkname fastrandn runtime.fastrandn |
| 17 | func fastrandn(n uint32) uint32 |
| 18 | |
| 19 | // A Timer manages time-based aspects of the WireGuard protocol. |
| 20 | // Timer roughly copies the interface of the Linux kernel's struct timer_list. |
no outgoing calls
no test coverage detected