Lines Matching refs: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,
133 static inline void udp_tunnel_get_rx_info(struct net_device *dev)
141 static inline void udp_tunnel_drop_rx_info(struct net_device *dev)
157 struct net_device *dev,
166 struct net_device *dev,
173 struct net_device *dev,
235 struct net_device *dev;
270 int (*set_port)(struct net_device *dev,
273 int (*unset_port)(struct net_device *dev,
278 int (*sync_table)(struct net_device *dev, unsigned int table);
301 void (*get_port)(struct net_device *dev, unsigned int table,
303 void (*set_port_priv)(struct net_device *dev, unsigned int table,
305 void (*add_port)(struct net_device *dev, struct udp_tunnel_info *ti);
306 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti);
307 void (*reset_ntf)(struct net_device *dev);
309 size_t (*dump_size)(struct net_device *dev, unsigned int table);
310 int (*dump_write)(struct net_device *dev, unsigned int table,
321 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table,
337 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table,
345 udp_tunnel_nic_add_port(struct net_device *dev, struct udp_tunnel_info *ti)
354 udp_tunnel_nic_del_port(struct net_device *dev, struct udp_tunnel_info *ti)
374 static inline void udp_tunnel_nic_reset_ntf(struct net_device *dev)
381 udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table)
389 udp_tunnel_nic_dump_write(struct net_device *dev, unsigned int table,