Searched refs:matches_attr (Results 1 – 1 of 1) sorted by relevance
3376 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local3378 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()3380 if (!matches_attr) in devlink_dpipe_matches_put()3386 nla_nest_end(skb, matches_attr); in devlink_dpipe_matches_put()3390 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_matches_put()3686 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local3701 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()3703 if (!matches_attr) in devlink_dpipe_entry_put()3709 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()3712 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()