OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_route_nh_set_weight
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/route/
nexthop.h
42
extern void
rtnl_route_nh_set_weight
(struct rtnl_nexthop *, uint8_t);
/external/libnl/lib/route/
nexthop.c
232
void
rtnl_route_nh_set_weight
(struct rtnl_nexthop *nh, uint8_t weight)
function
route_obj.c
862
rtnl_route_nh_set_weight
(nh, rtnh->rtnh_hops);
/external/libnl/src/lib/
route.c
189
rtnl_route_nh_set_weight
(nh, lval);
Completed in 61 milliseconds