• Home
  • Raw
  • Download

Lines Matching refs:net_device

14 	struct net_device *vlan_dev;  in vlan_do_receive()
75 struct net_device *__vlan_find_dev_deep_rcu(struct net_device *dev, in __vlan_find_dev_deep_rcu()
89 struct net_device *upper_dev; in __vlan_find_dev_deep_rcu()
101 struct net_device *vlan_dev_real_dev(const struct net_device *dev) in vlan_dev_real_dev()
103 struct net_device *ret = vlan_dev_priv(dev)->real_dev; in vlan_dev_real_dev()
112 u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id()
118 __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto()
148 static struct vlan_info *vlan_info_alloc(struct net_device *dev) in vlan_info_alloc()
168 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable()
204 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info()
215 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info()
226 int vlan_for_each(struct net_device *dev, in vlan_for_each()
227 int (*action)(struct net_device *dev, int vid, void *arg), in vlan_for_each()
232 struct net_device *vdev; in vlan_for_each()
255 struct net_device *real_dev = vlan_info->real_dev; in vlan_filter_push_vids()
297 struct net_device *dev = vlan_info->real_dev; in __vlan_vid_add()
317 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add()
356 struct net_device *dev = vlan_info->real_dev; in __vlan_vid_del()
371 void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_del()
396 int vlan_vids_add_by_dev(struct net_device *dev, in vlan_vids_add_by_dev()
397 const struct net_device *by_dev) in vlan_vids_add_by_dev()
431 void vlan_vids_del_by_dev(struct net_device *dev, in vlan_vids_del_by_dev()
432 const struct net_device *by_dev) in vlan_vids_del_by_dev()
451 bool vlan_uses_dev(const struct net_device *dev) in vlan_uses_dev()