Searched refs:matches_attr (Results 1 – 1 of 1) sorted by relevance
2845 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local2847 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()2849 if (!matches_attr) in devlink_dpipe_matches_put()2855 nla_nest_end(skb, matches_attr); in devlink_dpipe_matches_put()2859 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_matches_put()3155 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local3170 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()3172 if (!matches_attr) in devlink_dpipe_entry_put()3178 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()3181 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()