Searched refs:link_table (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/bpf/bpftool/ |
D | link.c | 16 static struct hashmap *link_table; variable 202 if (!hashmap__empty(link_table)) { in show_link_close_json() 207 hashmap__for_each_key_entry(link_table, entry, in show_link_close_json() 309 if (!hashmap__empty(link_table)) { in show_link_close_plain() 312 hashmap__for_each_key_entry(link_table, entry, in show_link_close_plain() 367 link_table = hashmap__new(hash_fn_for_key_as_id, in do_show() 369 if (IS_ERR(link_table)) { in do_show() 373 build_pinned_obj_table(link_table, BPF_OBJ_LINK); in do_show() 418 delete_pinned_obj_table(link_table); in do_show()
|
/Linux-v6.1/fs/proc/ |
D | proc_sysctl.c | 1169 struct ctl_table *link_table, *entry, *link; in new_links() local 1192 link_table = (struct ctl_table *)(node + nr_entries); in new_links() 1193 link_name = (char *)&link_table[nr_entries + 1]; in new_links() 1194 link = link_table; in new_links() 1205 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()
|