Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif_ether.h149 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/Linux-v5.10/net/ethernet/
Deth.c190 return htons(ETH_P_XDSA); in eth_type_trans()
/Linux-v5.10/net/dsa/
Ddsa.c306 .type = cpu_to_be16(ETH_P_XDSA),
/Linux-v5.10/Documentation/networking/dsa/
Ddsa.rst118 -> skb->protocol = ETH_P_XDSA
124 -> invoke handler for ETH_P_XDSA, calls dsa_switch_rcv()
/Linux-v5.10/net/core/
Dflow_dissector.c930 proto == htons(ETH_P_XDSA))) { in __skb_flow_dissect()