Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_bridge.h127 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_bridge.h127 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bridge.h128 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan.c254 if (flags & BRIDGE_VLAN_INFO_MASTER) { in __vlan_add()
719 vlan->flags = flags | BRIDGE_VLAN_INFO_MASTER; in br_vlan_add()
H A Dbr_private.h542 return v->flags & BRIDGE_VLAN_INFO_MASTER; in br_vlan_is_master()
H A Dbr_netlink.c578 if ((vinfo->flags & BRIDGE_VLAN_INFO_MASTER) && in br_vlan_info()