Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dif_arp.h53 #define ARPHRD_ROSE 270 macro
/Linux-v6.1/net/rose/
Drose_dev.c137 dev->type = ARPHRD_ROSE; in rose_setup()
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()
Daf_rose.c217 case ARPHRD_ROSE: in rose_device_event()
/Linux-v6.1/drivers/net/
Dtun.c3033 case ARPHRD_ROSE: in tun_get_addr_len()
/Linux-v6.1/net/core/
Ddev.c441 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,