Lines Matching defs:flags

176 /* private vlan flags */
191 * @flags: bridge vlan flags
192 * @priv_flags: private (in-kernel) bridge vlan flags
211 * the entry flags that are set.
217 u16 flags;
268 /* bridge fdb flags */
293 unsigned long flags;
303 unsigned long flags;
332 u8 flags;
350 unsigned char flags;
388 unsigned long flags;
448 #define br_auto_port(p) ((p)->flags & BR_AUTO_MASK)
449 #define br_promisc_port(p) ((p)->flags & BR_PROMISC)
652 return v->flags & BRIDGE_VLAN_INFO_MASTER;
658 return v->flags & BRIDGE_VLAN_INFO_BRENTRY;
694 if (cur->flags & BRIDGE_VLAN_INFO_PVID) {
704 if (cur->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) {
707 } else if (!(cur->flags & BRIDGE_VLAN_INFO_RANGE_END)) {
716 /* check for required range flags */
717 if (!(cur->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN |
719 NL_SET_ERR_MSG_MOD(extack, "Both vlan range flags are missing");
852 const unsigned char *addr, u16 vid, unsigned long flags);
897 (to->flags & BR_ISOLATED);
998 unsigned char flags, const unsigned char *src,
1544 int br_vlan_add(struct net_bridge *br, u16 vid, u16 flags,
1563 int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
1642 return v->vid == pvid ? v->flags | BRIDGE_VLAN_INFO_PVID : v->flags;
1676 static inline int br_vlan_add(struct net_bridge *br, u16 vid, u16 flags,
1701 static inline int nbp_vlan_add(struct net_bridge_port *port, u16 vid, u16 flags,
2102 int br_setlink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags,
2104 int br_dellink(struct net_device *dev, struct nlmsghdr *nlmsg, u16 flags);
2164 unsigned long flags,
2173 int br_switchdev_port_vlan_add(struct net_device *dev, u16 vid, u16 flags,
2244 unsigned long flags,
2252 u16 flags, bool changed,