Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_ether.h113 #define ETH_P_LOOPBACK 0x9000 /* Ethernet loopback packet, per IEEE 802.3 */ macro
/linux-6.1.9/drivers/net/bonding/
Dbond_alb.c929 pkt.type = cpu_to_be16(ETH_P_LOOPBACK); in alb_send_lp_vid()