Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c155 static struct vlan_context *get_vlan(struct net_if *iface, in get_vlan() function
215 ctx = get_vlan(iface, tag); in net_eth_get_vlan_iface()
227 ctx = get_vlan(iface, NET_VLAN_TAG_UNSPEC); in net_eth_get_vlan_main()
412 vlan = get_vlan(iface, tag); in net_eth_vlan_enable()
420 vlan = get_vlan(NULL, tag); in net_eth_vlan_enable()
480 vlan = get_vlan(iface, tag); in net_eth_vlan_disable()