Home
last modified time | relevance | path

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

/linux/net/dcb/
H A Ddcbnl.c1112 struct nlattr *attr_itr; in dcbnl_app_table_setdel() local
1115 nla_for_each_nested(attr_itr, attr, rem) { in dcbnl_app_table_setdel()
1116 type = nla_type(attr_itr); in dcbnl_app_table_setdel()
1121 if (nla_len(attr_itr) < sizeof(struct dcb_app)) in dcbnl_app_table_setdel()
1124 app_data = nla_data(attr_itr); in dcbnl_app_table_setdel()