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

  /external/iproute2/tc/
e_bpf.c 58 const char *bpf_uds_name = NULL; local
72 bpf_uds_name = *argv;
106 if (!bpf_uds_name) {
121 ret = bpf_recv_map_fds(bpf_uds_name, fds, &aux, ARRAY_SIZE(fds));
f_bpf.c 67 const char *bpf_obj = NULL, *bpf_uds_name = NULL; local
93 &bpf_obj, &bpf_uds_name, n)) {
144 if (bpf_uds_name)
145 ret = bpf_send_map_fds(bpf_uds_name, bpf_obj);
m_bpf.c 65 const char *bpf_obj = NULL, *bpf_uds_name = NULL; local
89 &bpf_obj, &bpf_uds_name, n)) {
146 if (bpf_uds_name)
147 ret = bpf_send_map_fds(bpf_uds_name, bpf_obj);

Completed in 72 milliseconds