Lines Matching defs:dev

42 	struct net_device *dev;  member
130 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()
143 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()
165 __udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_get_port()
179 __udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_set_port_priv()
209 udp_tunnel_nic_device_sync_one(struct net_device *dev, in udp_tunnel_nic_device_sync_one()
238 udp_tunnel_nic_device_sync_by_port(struct net_device *dev, in udp_tunnel_nic_device_sync_by_port()
250 udp_tunnel_nic_device_sync_by_table(struct net_device *dev, in udp_tunnel_nic_device_sync_by_table()
281 __udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn) in __udp_tunnel_nic_device_sync()
299 udp_tunnel_nic_device_sync(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync()
327 udp_tunnel_nic_is_capable(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_is_capable()
345 udp_tunnel_nic_has_collision(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_has_collision()
429 udp_tunnel_nic_try_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_try_existing()
450 udp_tunnel_nic_add_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_add_existing()
457 udp_tunnel_nic_del_existing(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_del_existing()
464 udp_tunnel_nic_add_new(struct net_device *dev, struct udp_tunnel_nic *utn, in udp_tunnel_nic_add_new()
501 __udp_tunnel_nic_add_port(struct net_device *dev, struct udp_tunnel_info *ti) in __udp_tunnel_nic_add_port()
535 __udp_tunnel_nic_del_port(struct net_device *dev, struct udp_tunnel_info *ti) in __udp_tunnel_nic_del_port()
551 static void __udp_tunnel_nic_reset_ntf(struct net_device *dev) in __udp_tunnel_nic_reset_ntf()
585 __udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table) in __udp_tunnel_nic_dump_size()
610 __udp_tunnel_nic_dump_write(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_dump_write()
655 udp_tunnel_nic_flush(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_flush()
678 udp_tunnel_nic_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_replay()
764 static int udp_tunnel_nic_register(struct net_device *dev) in udp_tunnel_nic_register()
836 udp_tunnel_nic_unregister(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_unregister()
887 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in udp_tunnel_nic_netdevice_event() local