Home
last modified time | relevance | path

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

/Zephyr-4.3.0/subsys/net/l2/ethernet/
Dvlan.c43 static int vlan_interface_send(struct net_if *iface, struct net_pkt *pkt);
66 .send = vlan_interface_send,
568 static int vlan_interface_send(struct net_if *iface, struct net_pkt *pkt) in vlan_interface_send() function