Home
last modified time | relevance | path

Searched refs:weight_high (Results 1 – 2 of 2) 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()
/linux/net/ipv4/
H A Dnexthop.c899 .weight_high = weight >> 8, in nla_put_nh_group()