Searched refs:prop_list (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/of/
H A Ddynamic.c309 static void property_list_free(struct property *prop_list) argument
313 for (prop = prop_list; prop != NULL; prop = next) {
/linux-master/net/core/
H A Drtnetlink.c1717 struct nlattr *prop_list; local
1720 prop_list = nla_nest_start(skb, IFLA_PROP_LIST);
1721 if (!prop_list)
1728 nla_nest_end(skb, prop_list);
1732 nla_nest_cancel(skb, prop_list);

Completed in 212 milliseconds