Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnexthop.h19 __u8 weight_high; /* high order bits of weight */ member
25 return ((entry->weight_high << 8) | entry->weight) + 1; in nexthop_grp_weight()