Home
last modified time | relevance | path

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

/openbmc/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()
399 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local
414 matches_attr = nla_nest_start_noflag(skb, in devlink_dpipe_entry_put()
416 if (!matches_attr) in devlink_dpipe_entry_put()
422 nla_nest_cancel(skb, matches_attr); in devlink_dpipe_entry_put()
425 nla_nest_end(skb, matches_attr); in devlink_dpipe_entry_put()