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.c161 static struct vlan_context *get_vlan(struct net_if *iface, in get_vlan() function
221 ctx = get_vlan(iface, tag); in net_eth_get_vlan_iface()
237 ctx = get_vlan(iface, NET_VLAN_TAG_UNSPEC); in net_eth_get_vlan_main()
422 vlan = get_vlan(iface, tag); in net_eth_vlan_enable()
430 vlan = get_vlan(NULL, tag); in net_eth_vlan_enable()
490 vlan = get_vlan(iface, tag); in net_eth_vlan_disable()