Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Droute.h336 unsigned char rtnh_hops; /* nexthop weight */ member
H A Drt.c202 rtnh->rtnh_hops = wn[i].weight; in dump_rc_nhg()
412 { .off_in = _IN(rtnh_hops), .off_out = _OUT(rtnh_weight), .cb = nlf_get_u8 },
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h74 { .off_in = _IN(rtnh_hops), .off_out = _OUT(rtnh_weight), .cb = snl_field_get_uint8 },