Home
last modified time | relevance | path

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

/kernel/bpf/
Dnet_namespace.c97 prog_array->items[i].prog = pos->link.prog; in fill_prog_array()
342 WRITE_ONCE(run_array->items[0].prog, prog); in netns_bpf_prog_attach()
349 run_array->items[0].prog = prog; in netns_bpf_prog_attach()
Ddevmap.c83 unsigned int items; member
829 dtab->items--; in dev_map_hash_delete_elem()
966 if (dtab->items >= dtab->map.max_entries) { in __dev_map_hash_update_elem()
971 dtab->items++; in __dev_map_hash_update_elem()
1054 dtab->items--; in dev_map_hash_remove_netdev()
Dcore.c2274 for (item = array->items; item->prog; item++) in bpf_prog_array_length()
2284 for (item = array->items; item->prog; item++) in bpf_prog_array_is_empty()
2297 for (item = array->items; item->prog; item++) { in bpf_prog_array_copy_core()
2341 for (item = array->items; item->prog; item++) in bpf_prog_array_delete_safe()
2391 for (item = array->items; item->prog; item++) { in bpf_prog_array_update_at()
2418 existing = old_array->items; in bpf_prog_array_copy()
2449 new = array->items; in bpf_prog_array_copy()
2453 existing = old_array->items; in bpf_prog_array_copy()
Dcgroup.c47 item = &array->items[0]; in bpf_prog_run_array_cg()
433 item = &progs->items[cnt]; in compute_effective_progs()
778 item = &progs->items[pos]; in replace_effective_prog()