Searched refs:rta_nh_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | route_netlink.c | 186 if (rt->rta_nh_id != 0) { in p_path() 188 xo_emit("{e:nhg-uidx/%u}", rt->rta_nh_id); in p_path() 190 xo_emit("{e:nhop-uidx/%u}", rt->rta_nh_id); in p_path()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 488 uint32_t rta_nh_id; 516 { .type = NL_RTA_NH_ID, .off = _OUT(rta_nh_id), .cb = nlattr_get_uint32 }, 963 if (attrs.rta_nh_id != 0) { in rtnl_handle_newroute() 966 nh = nl_find_nhop(attrs.rta_table, attrs.rtm_family, attrs.rta_nh_id, in rtnl_handle_newroute() 476 uint32_t rta_nh_id; global() member
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 119 uint32_t rta_nh_id; member 148 { .type = NL_RTA_NH_ID, .off = _OUT(rta_nh_id), .cb = snl_attr_get_uint32 },
|