Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h76 #define ETH_P_SLOW 0x8809 /* Slow Protocol. See 802.3ad 43B */ macro
/Linux-v4.19/include/net/
Dbond_3ad.h32 #define PKT_TYPE_LACPDU cpu_to_be16(ETH_P_SLOW)
/Linux-v4.19/drivers/net/team/
Dteam_mode_loadbalance.c24 if (unlikely(skb->protocol == htons(ETH_P_SLOW))) { in lb_receive()