|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Registration information for a dsa tag protocol. More...
#include <zephyr/net/dsa_tag.h>
Data Fields | |
| int | proto |
| Protocol ID. | |
| struct net_if *(* | recv )(struct net_if *iface, struct net_pkt *pkt) |
| Received packet handler. | |
| struct net_pkt *(* | xmit )(struct net_if *iface, struct net_pkt *pkt) |
| Transmit packet handler. | |
Registration information for a dsa tag protocol.
| int dsa_tag_register::proto |
Protocol ID.
Received packet handler.
Transmit packet handler.