Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vlan.c1488 #define VLAN_COPY_FLAGS (IFF_SIMPLEX) in vlan_config() macro
1489 ifp->if_flags &= ~VLAN_COPY_FLAGS; in vlan_config()
1490 ifp->if_flags |= p->if_flags & VLAN_COPY_FLAGS; in vlan_config()
1491 #undef VLAN_COPY_FLAGS in vlan_config()