Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dif.h75 #define IFF_MACVLAN_PORT 0x2000 /* device used as macvlan port */ macro
/linux-2.6.39/drivers/net/
Dmacvlan.c50 #define macvlan_port_exists(dev) (dev->priv_flags & IFF_MACVLAN_PORT)
602 dev->priv_flags |= IFF_MACVLAN_PORT; in macvlan_port_create()
618 dev->priv_flags &= ~IFF_MACVLAN_PORT; in macvlan_port_destroy()