Home
last modified time | relevance | path

Searched refs:matches_attr (Results 1 – 1 of 1) sorted by relevance

/linux/net/devlink/
H A Ddpipe.c90 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local
92 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_matches_put()
94 if (!matches_attr) in devlink_dpipe_matches_put()
100 nla_nest_end(skb, matches_attr); in devlink_dpipe_matches_put()
104 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_matches_put()
398 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local
412 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()
414 if (!matches_attr) in devlink_dpipe_entry_put()
420 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()
423 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()