Home
last modified time | relevance | path

Searched refs:ARPHRD_ROSE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_arp.h53 #define ARPHRD_ROSE 270 macro
/openbmc/linux/net/rose/
H A Drose_dev.c137 dev->type = ARPHRD_ROSE; in rose_setup()
H A Drose_route.c614 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE) in rose_dev_first()
634 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && in rose_dev_get()
652 if ((dev->flags & IFF_UP) && dev->type == ARPHRD_ROSE && in rose_dev_exists()
H A Daf_rose.c243 case ARPHRD_ROSE: in rose_device_event()
/openbmc/linux/drivers/net/
H A Dtun.c3070 case ARPHRD_ROSE: in tun_get_addr_len()
/openbmc/linux/net/core/
H A Ddev.c457 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,