Home
last modified time | relevance | path

Searched refs:IFF_NOARP (Results 1 – 25 of 87) sorted by relevance

1234

/linux-6.6.21/include/uapi/linux/
Dif.h92 IFF_NOARP = 1<<7, /* sysfs */ enumerator
119 #define IFF_NOARP IFF_NOARP macro
/linux-6.6.21/net/appletalk/
Ddev.c25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
/linux-6.6.21/net/mctp/test/
Dutils.c30 ndev->flags = IFF_NOARP; in mctp_test_dev_setup()
/linux-6.6.21/drivers/net/ipvlan/
Dipvlan_main.c22 flags | IFF_NOARP, in ipvlan_set_port_mode()
26 flags & ~IFF_NOARP, in ipvlan_set_port_mode()
51 dev_change_flags(ipvlan->dev, flags | IFF_NOARP, in ipvlan_set_port_mode()
54 dev_change_flags(ipvlan->dev, flags & ~IFF_NOARP, in ipvlan_set_port_mode()
186 dev->flags |= IFF_NOARP; in ipvlan_open()
188 dev->flags &= ~IFF_NOARP; in ipvlan_open()
/linux-6.6.21/arch/um/drivers/
Dslip_kern.c38 dev->flags = IFF_NOARP; in slip_init()
Dslirp_kern.c40 dev->flags = IFF_NOARP; in slirp_init()
/linux-6.6.21/net/rose/
Drose_dev.c140 dev->flags = IFF_NOARP; in rose_setup()
/linux-6.6.21/drivers/net/can/
Dvcan.c163 dev->flags = IFF_NOARP; in vcan_setup()
Dvxcan.c163 dev->flags = IFF_NOARP; in vxcan_setup()
/linux-6.6.21/drivers/net/
Dnlmon.c94 dev->flags = IFF_NOARP; in nlmon_setup()
Dvsockmon.c112 dev->flags = IFF_NOARP; in vsockmon_setup()
Ddummy.c116 dev->flags |= IFF_NOARP; in dummy_setup()
Dmhi_net.c135 ndev->flags = IFF_POINTOPOINT | IFF_NOARP; in mhi_net_setup()
/linux-6.6.21/net/netrom/
Dnr_dev.c177 dev->flags = IFF_NOARP; in nr_setup()
/linux-6.6.21/drivers/net/arcnet/
Darc-rawmode.c100 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
Drfc1051.c194 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
Dcapmode.c119 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
/linux-6.6.21/net/sched/
Dsch_teql.c360 unsigned int flags = IFF_NOARP | IFF_MULTICAST; in teql_master_open()
461 dev->flags = IFF_NOARP; in teql_master_setup()
/linux-6.6.21/net/ipv4/
Darp.c272 } else if (dev->flags & (IFF_NOARP | IFF_LOOPBACK)) { in arp_constructor()
311 if (dev->flags & IFF_NOARP) in arp_send_dst()
969 if (dev->flags & IFF_NOARP || in arp_rcv()
1287 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
/linux-6.6.21/drivers/net/appletalk/
Dipddp.c89 dev->flags |= IFF_NOARP; in ipddp_init()
/linux-6.6.21/drivers/net/wwan/iosm/
Diosm_ipc_wwan.c157 iosm_dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ipc_wwan_setup()
/linux-6.6.21/net/phonet/
Dpep-gprs.c221 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in gprs_setup()
/linux-6.6.21/drivers/net/usb/
Dlg-vl600.c79 dev->net->flags |= IFF_NOARP; in vl600_bind()
/linux-6.6.21/drivers/net/wan/
Dhdlc.c229 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in hdlc_setup_dev()
/linux-6.6.21/net/ethernet/
Deth.c107 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in eth_header()

1234