Searched refs:jn (Results 1 – 1 of 1) sorted by relevance
862 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()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()906 jn = jn->next; in snmp_expand_tree()908 if (jn != NULL) in snmp_expand_tree()913 if (jn->nptr == NULL) in snmp_expand_tree()[all …]
Completed in 4 milliseconds