HomeSort by relevance Sort by last modified time
    Searched refs:bpf_obj_get (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libxt_bpf.c 63 static int bpf_obj_get(const char *filepath) function
71 return syscall(__NR_bpf, BPF_OBJ_GET, &attr, sizeof(attr));
127 bi->fd = bpf_obj_get(filepath);
  /external/iproute2/lib/
bpf.c 781 static int bpf_obj_get(const char *pathname, enum bpf_prog_type type) function
795 return bpf(BPF_OBJ_GET, &attr, sizeof(attr));
800 int prog_fd = bpf_obj_get(pathname, type);
1003 map_fd = bpf_obj_get(map_path, type);
1379 return bpf_obj_get(pathname, ctx->type);
    [all...]

Completed in 823 milliseconds