Searched refs:prop_list (Results 1 – 1 of 1) sorted by relevance
2013 struct nlattr *prop_list; in rtnl_fill_prop_list() local2016 prop_list = nla_nest_start(skb, IFLA_PROP_LIST); in rtnl_fill_prop_list()2017 if (!prop_list) in rtnl_fill_prop_list()2025 if (nla_nest_end_safe(skb, prop_list) < 0) in rtnl_fill_prop_list()2031 nla_nest_cancel(skb, prop_list); in rtnl_fill_prop_list()