Home
last modified time | relevance | path

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

/openbmc/linux/net/dcb/
H A Ddcbnl.c1113 struct nlattr *attr_itr; in dcbnl_app_table_setdel() local
1116 nla_for_each_nested(attr_itr, attr, rem) { in dcbnl_app_table_setdel()
1117 type = nla_type(attr_itr); in dcbnl_app_table_setdel()
1122 if (nla_len(attr_itr) < sizeof(struct dcb_app)) in dcbnl_app_table_setdel()
1125 app_data = nla_data(attr_itr); in dcbnl_app_table_setdel()