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

  /external/iproute2/tc/
tc_bpf.h 64 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux,
73 struct bpf_map_aux *aux,
e_bpf.c 60 struct bpf_map_aux aux;
tc_bpf.c     [all...]
  /external/iproute2/include/
bpf_scm.h 19 struct bpf_map_aux { struct
31 struct bpf_map_aux aux;
68 msg->iov.iov_len = offsetof(struct bpf_map_aux, ent) +
  /external/iproute2/examples/bpf/
bpf_agent.c 125 static void bpf_info_loop(int *fds, struct bpf_map_aux *aux)
164 static int bpf_map_set_recv(int fd, int *fds, struct bpf_map_aux *aux,
199 memcpy(aux, mmsg_buf, offsetof(struct bpf_map_aux, ent));
211 struct bpf_map_aux aux;

Completed in 189 milliseconds