issues
search
foniod
/
redbpf
Rust library for building and running BPF/eBPF modules
Apache License 2.0
1.71k
stars
136
forks
source link
New read accessors and global const to store xdp types and read accessors
#351
Closed
qjerome
closed
1 year ago
qjerome
commented
1 year ago
Added read accessors for structures:
vfsmount, mount -> for path parsing
cred -> to access task_struct credentials
mm_struct -> to access task_struct memory information
Moved read accessors to a global const slice ref
Moved xdp types to a global const slice ref
Signed-off-by: Quentin JEROME
qjerome@users.noreply.github.com
Signed-off-by: Quentin JEROME qjerome@users.noreply.github.com