Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h75 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */ macro
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_core.c541 if (skb->protocol == htons(ETH_P_PAUSE)) { in ipvlan_multicast_enqueue()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1627 ETH_P_PAUSE)); in ixgbe_ndo_set_vf_spoofchk()
/Linux-v4.19/drivers/net/
Dmacvlan.c273 if (skb->protocol == htons(ETH_P_PAUSE)) in macvlan_broadcast()