Lines Matching full:nest
40 int ts_parse_hwtst_provider(const struct nlattr *nest, in ts_parse_hwtst_provider() argument
50 nest, in ts_parse_hwtst_provider()
55 if (NL_REQ_ATTR_CHECK(extack, nest, tb, in ts_parse_hwtst_provider()
57 NL_REQ_ATTR_CHECK(extack, nest, tb, in ts_parse_hwtst_provider()
181 struct nlattr *nest; in tsinfo_put_stats() local
183 nest = nla_nest_start(skb, ETHTOOL_A_TSINFO_STATS); in tsinfo_put_stats()
184 if (!nest) in tsinfo_put_stats()
197 nla_nest_end(skb, nest); in tsinfo_put_stats()
201 nla_nest_cancel(skb, nest); in tsinfo_put_stats()
239 struct nlattr *nest; in tsinfo_fill_reply() local
246 nest = nla_nest_start(skb, ETHTOOL_A_TSINFO_HWTSTAMP_PROVIDER); in tsinfo_fill_reply()
247 if (!nest) in tsinfo_fill_reply()
255 nla_nest_cancel(skb, nest); in tsinfo_fill_reply()
259 nla_nest_end(skb, nest); in tsinfo_fill_reply()