Home
last modified time | relevance | path

Searched refs:netns_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.h826 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd);
H A Dlibbpf.c12819 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd) in bpf_program__attach_netns() argument
12821 return bpf_program_attach_fd(prog, netns_fd, "netns", NULL); in bpf_program__attach_netns()