Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h146 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/Linux-v4.19/net/dsa/
Ddsa.c252 .type = cpu_to_be16(ETH_P_XDSA),
/Linux-v4.19/net/ethernet/
Deth.c185 return htons(ETH_P_XDSA); in eth_type_trans()
/Linux-v4.19/Documentation/networking/dsa/
Ddsa.txt119 -> skb->protocol = ETH_P_XDSA
125 -> invoke handler for ETH_P_XDSA, calls dsa_switch_rcv()