Home
last modified time | relevance | path

Searched refs:bpf_send_map_fds (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/
Dbpf_util.h267 int bpf_send_map_fds(const char *path, const char *obj);
271 static inline int bpf_send_map_fds(const char *path, const char *obj) in bpf_send_map_fds() function
/external/iproute2/tc/
Dm_bpf.c145 ret = bpf_send_map_fds(bpf_uds_name, bpf_obj); in bpf_parse_opt()
Df_bpf.c171 ret = bpf_send_map_fds(bpf_uds_name, bpf_obj); in bpf_parse_opt()
/external/iproute2/lib/
Dbpf.c2628 int bpf_send_map_fds(const char *path, const char *obj) in bpf_send_map_fds() function