Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c40 static int vlan_interface_stop(const struct device *dev);
61 .stop = vlan_interface_stop,
541 static int vlan_interface_stop(const struct device *dev) in vlan_interface_stop() function