Lines Matching refs:table
269 unsigned int table, unsigned int entry,
272 unsigned int table, unsigned int entry,
276 int (*sync_table)(struct net_device *dev, unsigned int table);
299 void (*get_port)(struct net_device *dev, unsigned int table,
301 void (*set_port_priv)(struct net_device *dev, unsigned int table,
307 size_t (*dump_size)(struct net_device *dev, unsigned int table);
308 int (*dump_write)(struct net_device *dev, unsigned int table,
322 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in udp_tunnel_nic_get_port() argument
334 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
338 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in udp_tunnel_nic_set_port_priv() argument
343 udp_tunnel_nic_ops->set_port_priv(dev, table, idx, priv); in udp_tunnel_nic_set_port_priv()
402 udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table) in udp_tunnel_nic_dump_size() argument
410 ret = udp_tunnel_nic_ops->dump_size(dev, table); in udp_tunnel_nic_dump_size()
417 udp_tunnel_nic_dump_write(struct net_device *dev, unsigned int table, in udp_tunnel_nic_dump_write() argument
426 ret = udp_tunnel_nic_ops->dump_write(dev, table, skb); in udp_tunnel_nic_dump_write()