Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h109 #define ETH_P_LOOPBACK 0x9000 /* Ethernet loopback packet, per IEEE 802.3 */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h113 #define ETH_P_LOOPBACK 0x9000 /* Ethernet loopback packet, per IEEE 802.3 */ macro
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c929 pkt.type = cpu_to_be16(ETH_P_LOOPBACK); in alb_send_lp_vid()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c161 eth_hdr->h_proto = htons(ETH_P_LOOPBACK); in gen_eth_hdr()