Searched refs:prop_list (Results 1 – 1 of 1) sorted by relevance
1657 struct nlattr *prop_list; in rtnl_fill_prop_list() local1660 prop_list = nla_nest_start(skb, IFLA_PROP_LIST); in rtnl_fill_prop_list()1661 if (!prop_list) in rtnl_fill_prop_list()1668 nla_nest_end(skb, prop_list); in rtnl_fill_prop_list()1672 nla_nest_cancel(skb, prop_list); in rtnl_fill_prop_list()