Searched refs:jn (Results 1 – 1 of 1) sorted by relevance
858 struct mib_list_node *jn; in snmp_expand_tree() local862 jn = ln->next; in snmp_expand_tree()863 while ((jn != NULL) && empty_table(jn->nptr)) in snmp_expand_tree()865 jn = jn->next; in snmp_expand_tree()867 if (jn != NULL) in snmp_expand_tree()869 cur_node.r_ptr = jn->nptr; in snmp_expand_tree()870 cur_node.r_id = jn->objid; in snmp_expand_tree()901 struct mib_list_node *jn; in snmp_expand_tree() local903 jn = lrn->head; in snmp_expand_tree()904 while ((jn != NULL) && empty_table(jn->nptr)) in snmp_expand_tree()[all …]