Lines Matching full:net_device
126 void udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock,
128 void udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock,
141 struct net_device *dev,
151 struct net_device *dev,
158 struct net_device *dev,
233 struct net_device *dev;
268 int (*set_port)(struct net_device *dev,
271 int (*unset_port)(struct net_device *dev,
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,
303 void (*add_port)(struct net_device *dev, struct udp_tunnel_info *ti);
304 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti);
305 void (*reset_ntf)(struct net_device *dev);
307 size_t (*dump_size)(struct net_device *dev, unsigned int table);
308 int (*dump_write)(struct net_device *dev, unsigned int table,
310 void (*assert_locked)(struct net_device *dev);
311 void (*lock)(struct net_device *dev);
312 void (*unlock)(struct net_device *dev);
322 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, 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()
347 static inline void udp_tunnel_nic_assert_locked(struct net_device *dev) in udp_tunnel_nic_assert_locked()
353 static inline void udp_tunnel_nic_lock(struct net_device *dev) in udp_tunnel_nic_lock()
359 static inline void udp_tunnel_nic_unlock(struct net_device *dev) in udp_tunnel_nic_unlock()
366 udp_tunnel_nic_add_port(struct net_device *dev, struct udp_tunnel_info *ti) in udp_tunnel_nic_add_port()
375 udp_tunnel_nic_del_port(struct net_device *dev, struct udp_tunnel_info *ti) in udp_tunnel_nic_del_port()
395 static inline void udp_tunnel_nic_reset_ntf(struct net_device *dev) in udp_tunnel_nic_reset_ntf()
402 udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int 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()
432 static inline void udp_tunnel_get_rx_info(struct net_device *dev) in udp_tunnel_get_rx_info()
441 static inline void udp_tunnel_drop_rx_info(struct net_device *dev) in udp_tunnel_drop_rx_info()