Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.c699 struct nlattr *nha_group; member
725 { .type = NHA_GROUP, .off = _OUT(nha_group), .cb = nlattr_get_nhg },
754 struct nexthop_grp *grp = NLA_DATA(attrs->nha_group); in newnhg()
755 int count = NLA_DATA_LEN(attrs->nha_group) / sizeof(*grp); in newnhg()
919 if (attrs.nha_group) in rtnl_handle_newnhop()