Home
last modified time | relevance | path

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

/linux-3.4.99/net/dsa/
Dtag_trailer.c61 nskb->protocol = htons(ETH_P_TRAILER); in trailer_xmit()
118 .type = cpu_to_be16(ETH_P_TRAILER),
Dslave.c365 case htons(ETH_P_TRAILER): in dsa_slave_create()
/linux-3.4.99/include/linux/
Dif_ether.h118 #define ETH_P_TRAILER 0x001C /* Trailer switch tagging */ macro
/linux-3.4.99/include/net/
Ddsa.h198 return !!(dst->tag_protocol == htons(ETH_P_TRAILER)); in dsa_uses_trailer_tags()
/linux-3.4.99/drivers/net/dsa/
Dmv88e6060.c269 .tag_protocol = htons(ETH_P_TRAILER),
/linux-3.4.99/net/ethernet/
Deth.c195 return htons(ETH_P_TRAILER); in eth_type_trans()