Searched refs:is_hsr_master (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dif_hsr.h33 extern bool is_hsr_master(struct net_device *dev);
36 static inline bool is_hsr_master(struct net_device *dev) function
/linux-master/net/hsr/
H A Dhsr_main.c44 if (!is_hsr_master(dev))
63 if (is_hsr_master(dev))
102 if (!is_hsr_master(dev)) {
H A Dhsr_slave.c94 if (is_hsr_master(dev)) {
H A Dhsr_netlink.c305 if (!is_hsr_master(hsr_dev))
431 if (!is_hsr_master(hsr_dev))
H A Dhsr_device.c525 bool is_hsr_master(struct net_device *dev) function
529 EXPORT_SYMBOL(is_hsr_master); variable
/linux-master/net/dsa/
H A Duser.c2842 } else if (is_hsr_master(info->upper_dev)) {

Completed in 173 milliseconds