Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Ddevlink.c2974 struct nlattr *tables_attr; in devlink_dpipe_tables_fill() local
2998 tables_attr = nla_nest_start_noflag(skb, DEVLINK_ATTR_DPIPE_TABLES); in devlink_dpipe_tables_fill()
2999 if (!tables_attr) in devlink_dpipe_tables_fill()
3023 nla_nest_end(skb, tables_attr); in devlink_dpipe_tables_fill()