Home
last modified time | relevance | path

Searched refs:bpf_prog_attach_fd (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Dbpf_util.h261 int bpf_prog_attach_fd(int prog_fd, int target_fd, enum bpf_attach_type type);
/external/iproute2/ip/
Dipvrf.c290 if (bpf_prog_attach_fd(prog_fd, cg_fd, BPF_CGROUP_INET_SOCK_CREATE)) { in vrf_configure_cgroup()
/external/iproute2/lib/
Dbpf.c1029 int bpf_prog_attach_fd(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_attach_fd() function