Searched refs:matches_attr (Results 1 – 1 of 1) sorted by relevance
2079 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local2081 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()2083 if (!matches_attr) in devlink_dpipe_matches_put()2089 nla_nest_end(skb, matches_attr); in devlink_dpipe_matches_put()2093 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_matches_put()2389 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local2404 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()2406 if (!matches_attr) in devlink_dpipe_entry_put()2412 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()2415 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()