Searched refs:link_table (Results 1 – 1 of 1) sorted by relevance
1141 struct ctl_table *link_table, *entry, *link; in new_links() local1164 link_table = (struct ctl_table *)(node + nr_entries); in new_links()1165 link_name = (char *)&link_table[nr_entries + 1]; in new_links()1167 for (link = link_table, entry = table; entry->procname; link++, entry++) { in new_links()1175 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()