Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Droute.h152 NL_RTA_PRIORITY = 6, /* u32, path metric */ enumerator
201 #define RTA_PRIORITY NL_RTA_PRIORITY
H A Drt.c227 nlattr_add_u32(nw, NL_RTA_PRIORITY, nhop_get_metric(wn[i].nh)); in dump_rc_nhg()
244 nlattr_add_u32(nw, NL_RTA_PRIORITY, nhop_metric); in dump_rc_nhg()
287 nlattr_add_u32(nw, NL_RTA_PRIORITY, nhop_get_metric(nh)); in dump_rc_nhop()
549 { .type = NL_RTA_PRIORITY, .off = _OUT(rta_metric), .cb = nlattr_get_uint32 },
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h69 { .type = NL_RTA_PRIORITY, .off = _OUT(rta_metric), .cb = snl_attr_get_uint32 },
144 { .type = NL_RTA_PRIORITY, .off = _OUT(rta_metric), .cb = snl_attr_get_uint32 },
/freebsd/sbin/route/
H A Droute_netlink.c274 snl_add_msg_attr_u32(&nw, NL_RTA_PRIORITY, rt_metrics->rmx_metric); in rtmsg_nl_int()