Searched refs:__switchdev_handle_port_obj_add (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/net/switchdev/ |
D | switchdev.c | 608 static int __switchdev_handle_port_obj_add(struct net_device *dev, in __switchdev_handle_port_obj_add() function 651 err = __switchdev_handle_port_obj_add(lower_dev, port_obj_info, in __switchdev_handle_port_obj_add() 675 return __switchdev_handle_port_obj_add(br, port_obj_info, check_cb, in __switchdev_handle_port_obj_add() 692 err = __switchdev_handle_port_obj_add(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_add() 715 err = __switchdev_handle_port_obj_add(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_add_foreign()
|