Searched refs:bpf_recv_map_fds (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/include/ |
D | bpf_util.h | 268 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, 276 static inline int bpf_recv_map_fds(const char *path, int *fds, in bpf_recv_map_fds() function
|
/external/iproute2/tc/ |
D | e_bpf.c | 118 ret = bpf_recv_map_fds(bpf_uds_name, fds, &aux, ARRAY_SIZE(fds)); in parse_bpf()
|
/external/iproute2/lib/ |
D | bpf.c | 2667 int bpf_recv_map_fds(const char *path, int *fds, struct bpf_map_aux *aux, in bpf_recv_map_fds() function
|