Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c116 static struct vlan_context *get_vlan_ctx(struct net_if *main_iface, in get_vlan_ctx() function
183 ctx = get_vlan_ctx(iface, vlan_tag, false); in get_vlan()
195 ctx = get_vlan_ctx(net_virtual_get_iface(iface), vlan_tag, false); in get_vlan()
300 ctx = get_vlan_ctx(iface, NET_VLAN_TAG_UNSPEC, true); in is_vlan_enabled_for_iface()
361 ctx = get_vlan_ctx(iface, NET_VLAN_TAG_UNSPEC, true); in net_eth_get_vlan_status()