Searched refs:NL_RTA_PRIORITY (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netlink/route/ |
| H A D | route.h | 152 NL_RTA_PRIORITY = 6, /* u32, path metric */ enumerator 201 #define RTA_PRIORITY NL_RTA_PRIORITY
|
| H A D | rt.c | 227 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 D | netlink_snl_route_parsers.h | 69 { .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 D | route_netlink.c | 274 snl_add_msg_attr_u32(&nw, NL_RTA_PRIORITY, rt_metrics->rmx_metric); in rtmsg_nl_int()
|