Lines Matching refs:attrs
169 struct nlattr *attrs; in __tipc_nl_add_net() local
177 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_NET); in __tipc_nl_add_net()
178 if (!attrs) in __tipc_nl_add_net()
187 nla_nest_end(msg->skb, attrs); in __tipc_nl_add_net()
193 nla_nest_cancel(msg->skb, attrs); in __tipc_nl_add_net()
227 struct nlattr *attrs[TIPC_NLA_NET_MAX + 1]; in __tipc_nl_net_set() local
232 if (!info->attrs[TIPC_NLA_NET]) in __tipc_nl_net_set()
235 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_NET_MAX, in __tipc_nl_net_set()
236 info->attrs[TIPC_NLA_NET], in __tipc_nl_net_set()
246 if (attrs[TIPC_NLA_NET_ID]) { in __tipc_nl_net_set()
249 val = nla_get_u32(attrs[TIPC_NLA_NET_ID]); in __tipc_nl_net_set()
256 if (attrs[TIPC_NLA_NET_ADDR]) { in __tipc_nl_net_set()
259 addr = nla_get_u32(attrs[TIPC_NLA_NET_ADDR]); in __tipc_nl_net_set()
266 if (attrs[TIPC_NLA_NET_NODEID]) { in __tipc_nl_net_set()
271 if (!attrs[TIPC_NLA_NET_NODEID_W1]) in __tipc_nl_net_set()
273 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]); in __tipc_nl_net_set()
274 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in __tipc_nl_net_set()
294 struct nlattr *attrs; in __tipc_nl_addr_legacy_get() local
302 attrs = nla_nest_start(msg->skb, TIPC_NLA_NET); in __tipc_nl_addr_legacy_get()
303 if (!attrs) in __tipc_nl_addr_legacy_get()
310 nla_nest_end(msg->skb, attrs); in __tipc_nl_addr_legacy_get()
316 nla_nest_cancel(msg->skb, attrs); in __tipc_nl_addr_legacy_get()