Lines Matching refs:net_device
188 struct net_device *dev;
241 static inline struct net_bridge_port *br_port_get_rcu(const struct net_device *dev) in br_port_get_rcu()
246 static inline struct net_bridge_port *br_port_get_rtnl(const struct net_device *dev) in br_port_get_rtnl()
256 struct net_device *dev;
348 struct net_device *brdev;
417 void br_dev_setup(struct net_device *dev);
418 void br_dev_delete(struct net_device *dev, struct list_head *list);
419 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev);
462 int br_fdb_test_addr(struct net_device *dev, unsigned char *addr);
471 struct net_device *dev, const unsigned char *addr, u16 vid);
472 int br_fdb_add(struct ndmsg *nlh, struct nlattr *tb[], struct net_device *dev,
475 struct net_device *dev, struct net_device *fdev, int idx);
497 int br_add_if(struct net_bridge *br, struct net_device *dev);
498 int br_del_if(struct net_bridge *br, struct net_device *dev);
509 static inline bool br_rx_handler_check_rcu(const struct net_device *dev) in br_rx_handler_check_rcu()
514 static inline struct net_bridge_port *br_port_get_check_rcu(const struct net_device *dev) in br_port_get_check_rcu()
520 int br_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
560 void br_mdb_notify(struct net_device *dev, struct net_bridge_port *port,
562 void br_rtr_notify(struct net_device *dev, struct net_bridge_port *port,
929 struct net_device *dev);
938 extern int (*br_fdb_test_addr_hook)(struct net_device *dev, unsigned char *addr);
946 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
947 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
948 int br_getlink(struct sk_buff *skb, u32 pid, u32 seq, struct net_device *dev,
958 int br_sysfs_addbr(struct net_device *dev);
959 void br_sysfs_delbr(struct net_device *dev);
965 static inline int br_sysfs_addbr(struct net_device *dev) { return 0; } in br_sysfs_addbr()
966 static inline void br_sysfs_delbr(struct net_device *dev) { return; } in br_sysfs_delbr()