Lines Matching refs:net_device
63 int br_multicast_list_adjacent(struct net_device *dev,
65 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
66 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto);
67 bool br_multicast_enabled(const struct net_device *dev);
68 bool br_multicast_router(const struct net_device *dev);
70 static inline int br_multicast_list_adjacent(struct net_device *dev, in br_multicast_list_adjacent()
75 static inline bool br_multicast_has_querier_anywhere(struct net_device *dev, in br_multicast_has_querier_anywhere()
80 static inline bool br_multicast_has_querier_adjacent(struct net_device *dev, in br_multicast_has_querier_adjacent()
85 static inline bool br_multicast_enabled(const struct net_device *dev) in br_multicast_enabled()
89 static inline bool br_multicast_router(const struct net_device *dev) in br_multicast_router()
96 bool br_vlan_enabled(const struct net_device *dev);
97 int br_vlan_get_pvid(const struct net_device *dev, u16 *p_pvid);
98 int br_vlan_get_info(const struct net_device *dev, u16 vid,
101 static inline bool br_vlan_enabled(const struct net_device *dev) in br_vlan_enabled()
106 static inline int br_vlan_get_pvid(const struct net_device *dev, u16 *p_pvid) in br_vlan_get_pvid()
111 static inline int br_vlan_get_info(const struct net_device *dev, u16 vid, in br_vlan_get_info()
119 struct net_device *br_fdb_find_port(const struct net_device *br_dev,
123 static inline struct net_device *
124 br_fdb_find_port(const struct net_device *br_dev, in br_fdb_find_port()