Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/net/802/
Dfc.c81 dev->type = ARPHRD_IEEE802; in fc_setup()
/Linux-v5.10/include/uapi/linux/
Dif_arp.h36 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB */ macro
/Linux-v5.10/net/ipv4/
Darp.c191 case ARPHRD_IEEE802: in arp_mc_map()
710 case ARPHRD_IEEE802: in arp_process()
721 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()
1058 r->arp_ha.sa_family != ARPHRD_IEEE802) in arp_req_set()
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_main.c122 if (netdev->type == ARPHRD_ETHER || netdev->type == ARPHRD_IEEE802 || in siw_dev_qualified()
/Linux-v5.10/net/ipv6/
Dndisc.c291 case ARPHRD_IEEE802: /* Not sure. Check it later. --ANK */ in ndisc_mc_map()
/Linux-v5.10/drivers/net/
Dvxlan.c2001 parp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_reduce()
/Linux-v5.10/net/core/
Ddev.c412 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,