Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h132 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/linux-4.4.14/net/ethernet/
Deth.c181 return htons(ETH_P_XDSA); in eth_type_trans()
/linux-4.4.14/net/dsa/
Ddsa.c998 .type = cpu_to_be16(ETH_P_XDSA),
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt118 -> skb->protocol = ETH_P_XDSA
124 -> invoke handler for ETH_P_XDSA, calls dsa_switch_rcv()