Implement MappablePacketEndpoint for PACKET_MMAP and add tests.

PiperOrigin-RevId: 723590936
This commit is contained in:
Lucas Manning
2025-02-05 11:39:27 -08:00
committed by gVisor bot
parent e37e6814d3
commit 83a4caf2a7
7 changed files with 641 additions and 18 deletions
+2
View File
@@ -41,9 +41,11 @@ go_library(
"//pkg/sentry/kernel",
"//pkg/sentry/kernel/auth",
"//pkg/sentry/ktime",
"//pkg/sentry/memmap",
"//pkg/sentry/socket",
"//pkg/sentry/socket/netfilter",
"//pkg/sentry/socket/netlink/nlmsg",
"//pkg/sentry/socket/netstack/packetmmap",
"//pkg/sentry/vfs",
"//pkg/sync",
"//pkg/syserr",