Searched refs:prop_list (Results 1 – 2 of 2) sorted by relevance
310 static void property_list_free(struct property *prop_list) in property_list_free() argument314 for (prop = prop_list; prop != NULL; prop = next) { in property_list_free()
1697 struct nlattr *prop_list; in rtnl_fill_prop_list() local1700 prop_list = nla_nest_start(skb, IFLA_PROP_LIST); in rtnl_fill_prop_list()1701 if (!prop_list) in rtnl_fill_prop_list()1708 nla_nest_end(skb, prop_list); in rtnl_fill_prop_list()1712 nla_nest_cancel(skb, prop_list); in rtnl_fill_prop_list()
Completed in 13 milliseconds