Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Droute.h161 NL_RTA_WEIGHT = 13, /* u32, FreeBSD specific, path weight */ enumerator
H A Drt.c259 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 Dnetlink_snl_route_parsers.h143 { .type = NL_RTA_WEIGHT, .off = _OUT(rtax_weight), .cb = snl_attr_get_uint32 },
/freebsd/sbin/route/
H A Droute_netlink.c267 snl_add_msg_attr_u32(&nw, NL_RTA_WEIGHT, rt_metrics->rmx_weight); in rtmsg_nl_int()