Searched refs:NHA_ID (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netlink/route/ |
| H A D | nexthop.h | 46 NHA_ID, /* u32: nexthop userland index, auto-assigned if 0 */ enumerator
|
| H A D | nexthop.c | 406 nlattr_add_u32(nw, NHA_ID, unhop->un_idx); in dump_nhgrp() 450 nlattr_add_u32(nw, NHA_ID, uidx); in dump_nhop() 724 { .type = NHA_ID, .off = _OUT(nha_id), .cb = nlattr_get_uint32 },
|
| /src/sys/netlink/ |
| H A D | netlink_snl_route_parsers.h | 373 { .type = NHA_ID, .off = _OUT(nha_id), .cb = snl_attr_get_uint32 },
|