Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_MASTER (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_bridge.h99 #define BRIDGE_VLAN_INFO_MASTER (1<<0) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_bridge.h128 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_bridge.h113 #define BRIDGE_VLAN_INFO_MASTER (1 << 0) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_bridge.h113 #define BRIDGE_VLAN_INFO_MASTER (1 << 0) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_bridge.h130 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_vlan.c289 if (flags & BRIDGE_VLAN_INFO_MASTER) { in __vlan_add()
796 vlan->flags = flags | BRIDGE_VLAN_INFO_MASTER; in br_vlan_add()
H A Dbr_netlink.c720 if ((vinfo->flags & BRIDGE_VLAN_INFO_MASTER) && in br_vlan_info()
H A Dbr_private.h645 return v->flags & BRIDGE_VLAN_INFO_MASTER; in br_vlan_is_master()

Completed in 23 milliseconds