Lines Matching refs:table_attr
84 struct nlattr *table_attr;
89 table_attr = nla_nest_start(msg,
92 if (!table_attr)
106 nla_nest_end(msg, table_attr);
110 nla_nest_cancel(msg, table_attr);
126 struct nlattr *table_attr;
131 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER);
132 if (!table_attr)
143 nla_nest_end(msg, table_attr);
147 nla_nest_cancel(msg, table_attr);