Home
last modified time | relevance | path

Searched refs:wn_cmp_idx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c77 static int wn_cmp_idx(const void *a, const void *b);
87 wn_cmp_idx(const void *a, const void *b) in wn_cmp_idx() function
110 qsort(wn, num_nhops, sizeof(struct weightened_nhop), wn_cmp_idx); in sort_weightened_nhops()