Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf.h644 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd);
Dlibbpf.c11295 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd) in bpf_program__attach_netns() argument
11297 return bpf_program__attach_fd(prog, netns_fd, 0, "netns"); in bpf_program__attach_netns()