Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c209 struct nlattr *nested_na; in get_family_id() local
214 nested_na = (struct nlattr *)((char *)na + NLA_HDRLEN); in get_family_id()
215 group_na = (struct nlattr *)((char *)nested_na + NLA_HDRLEN); in get_family_id()
228 if (group_attr_len >= nested_na->nla_len) in get_family_id()