Searched refs:bpf_map_aux (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | bpf_scm.h | 20 struct bpf_map_aux { struct 32 struct bpf_map_aux aux; argument 69 msg->iov.iov_len = offsetof(struct bpf_map_aux, ent) + in bpf_map_set_init_single()
|
D | bpf_util.h | 268 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, 277 struct bpf_map_aux *aux, in bpf_recv_map_fds()
|
/external/iproute2/tc/ |
D | e_bpf.c | 60 struct bpf_map_aux aux = {}; in parse_bpf()
|
/external/iproute2/lib/ |
D | bpf.c | 2582 bpf_map_set_recv(int fd, int *fds, struct bpf_map_aux *aux, in bpf_map_set_recv() 2620 memcpy(aux, mmsg_buf, offsetof(struct bpf_map_aux, ent)); in bpf_map_set_recv() 2667 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, in bpf_recv_map_fds()
|