Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h78 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/openbmc/linux/include/net/
H A Dbond_3ad.h15 #define PKT_TYPE_LACPDU cpu_to_be16(ETH_P_SLOW)
/openbmc/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c20 if (unlikely(skb->protocol == htons(ETH_P_SLOW))) { in lb_receive()