Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c210 struct nlattr *group_na; in get_family_id() local
215 group_na = (struct nlattr *)((char *)nested_na + NLA_HDRLEN); in get_family_id()
220 if (group_na->nla_type == CTRL_ATTR_MCAST_GRP_ID) { in get_family_id()
221 *event_group = *(__u32 *)((char *)group_na + in get_family_id()
226 group_attr_len += NLA_ALIGN(group_na->nla_len) + in get_family_id()
231 group_na = (struct nlattr *)((char *)group_na + in get_family_id()
232 NLA_ALIGN(group_na->nla_len)); in get_family_id()