Home
last modified time | relevance | path

Searched refs:hsr_port_exists (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/hsr/
Dhsr_slave.h23 bool hsr_port_exists(const struct net_device *dev);
28 return hsr_port_exists(dev) ? in hsr_port_get_rtnl()
34 return hsr_port_exists(dev) ? in hsr_port_get_rcu()
Dhsr_slave.c56 bool hsr_port_exists(const struct net_device *dev) in hsr_port_exists() function
77 if (hsr_port_exists(dev)) { in hsr_check_dev_ok()