Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dsa_tag_register Struct Reference

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.

Detailed Description

Registration information for a dsa tag protocol.

Field Documentation

◆ proto

int dsa_tag_register::proto

Protocol ID.

◆ recv

struct net_if *(* dsa_tag_register::recv) (struct net_if *iface, struct net_pkt *pkt)

Received packet handler.

◆ xmit

struct net_pkt *(* dsa_tag_register::xmit) (struct net_if *iface, struct net_pkt *pkt)

Transmit packet handler.


The documentation for this struct was generated from the following file: