Lines Matching refs:info
40 const struct udp_tunnel_nic_info *info;
45 info = req_base->dev->udp_tunnel_nic_info;
46 if (!info) {
48 "device does not report tunnel offload info");
55 if (!info->tables[i].n_entries)
58 ret = ethnl_udp_table_reply_size(info->tables[i].tunnel_types,
67 if (info->flags & UDP_TUNNEL_NIC_INFO_STATIC_IANA_VXLAN) {
86 const struct udp_tunnel_nic_info *info;
90 info = req_base->dev->udp_tunnel_nic_info;
91 if (!info)
99 if (!info->tables[i].n_entries)
107 info->tables[i].n_entries))
111 &info->tables[i].tunnel_types, NULL,
122 if (info->flags & UDP_TUNNEL_NIC_INFO_STATIC_IANA_VXLAN) {
165 int ethnl_tunnel_info_doit(struct sk_buff *skb, struct genl_info *info)
168 struct nlattr **tb = info->attrs;
176 genl_info_net(info), info->extack,
182 ret = ethnl_tunnel_info_reply_size(&req_info, info->extack);
190 info, &reply_payload);
203 return genlmsg_reply(rskb, info);
220 const struct genl_dumpit_info *info = genl_dumpit_info(cb);
222 struct nlattr **tb = info->info.attrs;