Searched refs:matches_attr (Results 1 – 1 of 1) sorted by relevance
2080 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local2082 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()2084 if (!matches_attr) in devlink_dpipe_matches_put()2090 nla_nest_end(skb, matches_attr); in devlink_dpipe_matches_put()2094 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_matches_put()2390 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local2405 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()2407 if (!matches_attr) in devlink_dpipe_entry_put()2413 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()2416 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()