Searched refs:link_table (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/bpf/bpftool/ |
D | link.c | 159 if (!hash_empty(link_table.table)) { in show_link_close_json() 164 hash_for_each_possible(link_table.table, obj, hash, info->id) { in show_link_close_json() 247 if (!hash_empty(link_table.table)) { in show_link_close_plain() 250 hash_for_each_possible(link_table.table, obj, hash, info->id) { in show_link_close_plain() 306 build_pinned_obj_table(&link_table, BPF_OBJ_LINK); in do_show()
|
D | main.c | 33 struct pinned_obj_table link_table; variable 407 hash_init(link_table.table); in main() 466 delete_pinned_obj_table(&link_table); in main()
|
D | main.h | 95 extern struct pinned_obj_table link_table;
|
/Linux-v5.10/fs/proc/ |
D | proc_sysctl.c | 1148 struct ctl_table *link_table, *entry, *link; in new_links() local 1171 link_table = (struct ctl_table *)(node + nr_entries); in new_links() 1172 link_name = (char *)&link_table[nr_entries + 1]; in new_links() 1174 for (link = link_table, entry = table; entry->procname; link++, entry++) { in new_links() 1182 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()
|