Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_vlan.c152 err = br_switchdev_port_vlan_del(dev, v->vid); in __vlan_vid_del()
377 br_switchdev_port_vlan_del(dev, v->vid); in __vlan_add()
404 err = br_switchdev_port_vlan_del(v->br->dev, v->vid); in __vlan_del()
762 br_switchdev_port_vlan_del(br->dev, vlan->vid); in br_vlan_add_existing()
H A Dbr_switchdev.c190 int br_switchdev_port_vlan_del(struct net_device *dev, u16 vid) in br_switchdev_port_vlan_del() function
H A Dbr_private.h2152 int br_switchdev_port_vlan_del(struct net_device *dev, u16 vid);
2235 static inline int br_switchdev_port_vlan_del(struct net_device *dev, u16 vid) in br_switchdev_port_vlan_del() function