expected link's program fd, it is specified only if BPF_F_REPLACE is
set in flags
Source Code
Source code
pubconst LinkUpdateAttr = externstruct {
link_fd: fd_t,
/// new program to update link with
new_prog_fd: fd_t,
/// extra flags
flags: u32,
/// expected link's program fd, it is specified only if BPF_F_REPLACE is/// set in flags
old_prog_fd: fd_t,
}
Search Results
No Results Found
Press escape to exit search and then '?' to see more options.