Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c2079 struct nlattr *matches_attr; in devlink_dpipe_matches_put() local
2081 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() local
2404 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()
[all...]

Completed in 9 milliseconds