struct used by Cmd.link_create command
prog_fd: fd_t
eBPF program to attach
target_fd: fd_t
object to attach to
attach_type: u32
flags: u32
extra flags
pub const LinkCreateAttr = extern struct { /// eBPF program to attach prog_fd: fd_t, /// object to attach to target_fd: fd_t, attach_type: u32, /// extra flags flags: u32, }
Press escape to exit search and then '?' to see more options.