aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/xdp.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-25net: xsk: track AF_XDP sockets on a per-netns listBjörn Töpel1-0/+13
Track each AF_XDP socket in a per-netns list. This will be used later by the sock_diag interface for querying sockets from userspace. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>