Home
last modified time | relevance | path

Searched refs:ETH_P_PAUSE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dif_ether.h66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/linux-3.4.99/drivers/net/
Dmacvlan.c142 if (skb->protocol == htons(ETH_P_PAUSE)) in macvlan_broadcast()