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

  /external/iproute2/tc/
e_bpf.c 127 if (aux.num_ent == 0) {
133 env_num = env_old + aux.num_ent + 2;
145 ret = asprintf(&tmp, "BPF_NUM_MAPS=%u", aux.num_ent);
171 for (i = 0; i < aux.num_ent; i++)
tc_bpf.c     [all...]
  /external/iproute2/examples/bpf/
bpf_agent.c 131 aux->obj_st.st_ino, aux->num_ent);
133 for (i = 0; i < aux->num_ent; i++) {
201 if (i + min_fd == aux->num_ent)
253 for (i = 0; i < aux.num_ent; i++)
  /external/iproute2/include/
bpf_scm.h 21 unsigned short num_ent; member in struct:bpf_map_aux

Completed in 284 milliseconds