Home
last modified time | relevance | path

Searched refs:NHA_ID (Results 1 – 3 of 3) sorted by relevance

/src/sys/netlink/route/
H A Dnexthop.h46 NHA_ID, /* u32: nexthop userland index, auto-assigned if 0 */ enumerator
H A Dnexthop.c406 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 Dnetlink_snl_route_parsers.h373 { .type = NHA_ID, .off = _OUT(nha_id), .cb = snl_attr_get_uint32 },