Lines Matching defs: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) {
163 int ethnl_tunnel_info_doit(struct sk_buff *skb, struct genl_info *info)
166 struct nlattr **tb = info->attrs;
174 genl_info_net(info), info->extack,
180 ret = ethnl_tunnel_info_reply_size(&req_info, info->extack);
188 info, &reply_payload);
201 return genlmsg_reply(rskb, info);
219 const struct genl_dumpit_info *info = genl_dumpit_info(cb);
221 struct nlattr **tb = info->attrs;