Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dsiocgskns_test.c42 int sock_fd, netns_fd, current_netns_fd; in TEST() local
79 int sock_fd, netns_fd, test_fd; in TEST() local
410 int sock_fd, netns_fd; in TEST() local
550 int sock_fd, netns_fd, current_netns_fd; in TEST() local
587 int sock_fd, netns_fd, owner_fd; in TEST() local
789 int sock_fd, netns_fd, reopened_fd; in TEST() local
984 int sock_fd, netns_fd, userns_fd, reopened_fd; in TEST() local
/linux/tools/lib/bpf/
H A Dlibbpf.c13190 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd) in bpf_program__attach_netns()