Lines Matching refs:udp_tunnel_nic
40 struct udp_tunnel_nic { struct
114 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue()
133 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()
146 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()
172 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()
174 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()
185 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
213 struct udp_tunnel_nic *utn, in udp_tunnel_nic_device_sync_one()
242 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_port()
254 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_table()
284 __udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn) in __udp_tunnel_nic_device_sync()
302 udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync()
319 udp_tunnel_nic_is_capable(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_is_capable()
337 udp_tunnel_nic_has_collision(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_has_collision()
359 udp_tunnel_nic_entry_adj(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_adj()
397 udp_tunnel_nic_entry_try_adj(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_try_adj()
421 udp_tunnel_nic_try_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_try_existing()
442 udp_tunnel_nic_add_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_add_existing()
449 udp_tunnel_nic_del_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_del_existing()
456 udp_tunnel_nic_add_new(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_add_new()
496 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_add_port()
498 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_add_port()
529 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_del_port()
531 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_del_port()
546 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_reset_ntf()
549 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_reset_ntf()
582 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_dump_size()
586 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_dump_size()
608 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_dump_write()
612 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_dump_write()
642 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_assert_locked()
644 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_assert_locked()
651 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_lock()
653 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_lock()
660 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_unlock()
662 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_unlock()
681 udp_tunnel_nic_flush(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_flush()
704 udp_tunnel_nic_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_replay()
733 struct udp_tunnel_nic *utn = in udp_tunnel_nic_device_sync_work()
734 container_of(work, struct udp_tunnel_nic, work); in udp_tunnel_nic_device_sync_work()
749 static struct udp_tunnel_nic *
753 struct udp_tunnel_nic *utn; in udp_tunnel_nic_alloc()
779 static void udp_tunnel_nic_free(struct udp_tunnel_nic *utn) in udp_tunnel_nic_free()
792 struct udp_tunnel_nic *utn; in udp_tunnel_nic_register()
851 dev->udp_tunnel_nic = utn; in udp_tunnel_nic_register()
863 udp_tunnel_nic_unregister(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_unregister()
912 dev->udp_tunnel_nic = NULL; in udp_tunnel_nic_unregister()
922 struct udp_tunnel_nic *utn; in udp_tunnel_nic_netdevice_event()
937 utn = dev->udp_tunnel_nic; in udp_tunnel_nic_netdevice_event()