Searched refs:NL_RTA_WEIGHT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | route.h | 161 NL_RTA_WEIGHT = 13, /* u32, FreeBSD specific, path weight */ enumerator
|
H A D | rt.c | 259 nlattr_add_u32(nw, NL_RTA_WEIGHT, rnd->rnd_weight); in dump_rc_nhop() 512 { .type = NL_RTA_WEIGHT, .off = _OUT(rta_weight), .cb = nlattr_get_uint32 },
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 143 { .type = NL_RTA_WEIGHT, .off = _OUT(rtax_weight), .cb = snl_attr_get_uint32 },
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 267 snl_add_msg_attr_u32(&nw, NL_RTA_WEIGHT, rt_metrics->rmx_weight); in rtmsg_nl_int()
|