Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dif_ether.h155 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/Linux-v6.1/net/ethernet/
Deth.c186 return htons(ETH_P_XDSA); in eth_type_trans()
/Linux-v6.1/net/dsa/
Ddsa.c328 .type = cpu_to_be16(ETH_P_XDSA),
/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_ppe.c678 case htons(ETH_P_XDSA): in __mtk_ppe_check_skb()
/Linux-v6.1/Documentation/networking/dsa/
Ddsa.rst255 -> skb->protocol = ETH_P_XDSA
261 -> invoke handler for ETH_P_XDSA, calls dsa_switch_rcv()
311 DSA master is used asymmetrically. On RX, the ``ETH_P_XDSA`` handler, which
/Linux-v6.1/net/core/
Dflow_dissector.c973 proto == htons(ETH_P_XDSA))) { in __skb_flow_dissect()