Searched refs:lrn (Results 1 – 2 of 2) sorted by relevance
180 struct mib_list_rootnode *lrn; in snmp_mib_lrn_alloc() local183 if (lrn != NULL) in snmp_mib_lrn_alloc()190 lrn->maxlength = 0; in snmp_mib_lrn_alloc()191 lrn->head = NULL; in snmp_mib_lrn_alloc()192 lrn->tail = NULL; in snmp_mib_lrn_alloc()193 lrn->count = 0; in snmp_mib_lrn_alloc()195 return lrn; in snmp_mib_lrn_alloc()518 ln = lrn->head; in snmp_search_tree()652 if ((lrn->count == 0) || (lrn->head == NULL)) in empty_table()823 ln = lrn->head; in snmp_expand_tree()[all …]
251 void snmp_mib_lrn_free(struct mib_list_rootnode *lrn);
Completed in 5 milliseconds