Home
last modified time | relevance | path

Searched refs:ARPHRD_LOOPBACK (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/net/llc/
Dllc_output.c32 case ARPHRD_LOOPBACK: in llc_mac_hdr_init()
Dllc_sap.c32 case ARPHRD_LOOPBACK: in llc_mac_header_len()
/Linux-v5.4/include/uapi/linux/
Dif_arp.h69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
/Linux-v5.4/include/net/
Ddn_route.h106 if ((dev->type != ARPHRD_ETHER) && (dev->type != ARPHRD_LOOPBACK)) in dn_rt_finish_output()
/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_main.c121 (netdev->type == ARPHRD_LOOPBACK && loopback_enabled)) in siw_dev_qualified()
337 if (netdev->type != ARPHRD_LOOPBACK) { in siw_device_create()
352 if (netdev->type != ARPHRD_LOOPBACK) { in siw_device_create()
/Linux-v5.4/drivers/net/
Dloopback.c171 dev->type = ARPHRD_LOOPBACK; /* 0x0001*/ in gen_lo_setup()
/Linux-v5.4/net/decnet/
Ddn_dev.c139 .type = ARPHRD_LOOPBACK, /* Loopback interface - always last */
310 dev->type == ARPHRD_LOOPBACK) in mtu2blksize()
1149 if ((dev->type != ARPHRD_ETHER) && (dev->type != ARPHRD_LOOPBACK)) in dn_dev_up()
Ddn_neigh.c141 else if ((dev->type == ARPHRD_ETHER) || (dev->type == ARPHRD_LOOPBACK)) in dn_neigh_construct()
/Linux-v5.4/net/appletalk/
Dddp.c685 dev->type != ARPHRD_LOOPBACK && in atif_ioctl()
/Linux-v5.4/net/mpls/
Daf_mpls.c1594 dev->type == ARPHRD_LOOPBACK || in mpls_dev_notify()
/Linux-v5.4/net/ipv6/
Daddrconf.c3590 case ARPHRD_LOOPBACK: in addrconf_notify()