Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/devlink/
H A Ddpipe.c219 struct nlattr *tables_attr; in devlink_dpipe_tables_fill() local
243 tables_attr = nla_nest_start_noflag(skb, DEVLINK_ATTR_DPIPE_TABLES); in devlink_dpipe_tables_fill()
244 if (!tables_attr) in devlink_dpipe_tables_fill()
268 nla_nest_end(skb, tables_attr); in devlink_dpipe_tables_fill()
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c2208 struct nlattr *tables_attr; in devlink_dpipe_tables_fill() local
2232 tables_attr = nla_nest_start_noflag(skb, DEVLINK_ATTR_DPIPE_TABLES); in devlink_dpipe_tables_fill()
2233 if (!tables_attr) in devlink_dpipe_tables_fill()
2257 nla_nest_end(skb, tables_attr); in devlink_dpipe_tables_fill()

Completed in 19 milliseconds