Searched refs:ETH_P_SLOW (Results 1 – 3 of 3) sorted by relevance
76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
15 #define PKT_TYPE_LACPDU cpu_to_be16(ETH_P_SLOW)
20 if (unlikely(skb->protocol == htons(ETH_P_SLOW))) { in lb_receive()
Completed in 8 milliseconds