Home
last modified time | relevance | path

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

123

/linux/include/uapi/linux/
H A Dif.h92 IFF_NOARP = 1<<7, /* sysfs */ enumerator
119 #define IFF_NOARP IFF_NOARP macro
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c23 flags | IFF_NOARP, in ipvlan_set_port_mode()
27 flags & ~IFF_NOARP, in ipvlan_set_port_mode()
52 dev_change_flags(ipvlan->dev, flags | IFF_NOARP, in ipvlan_set_port_mode()
55 dev_change_flags(ipvlan->dev, flags & ~IFF_NOARP, in ipvlan_set_port_mode()
190 dev->flags |= IFF_NOARP; in ipvlan_open()
192 dev->flags &= ~IFF_NOARP; in ipvlan_open()
/linux/drivers/net/
H A Dnlmon.c73 dev->flags = IFF_NOARP; in nlmon_setup()
H A Dvsockmon.c94 dev->flags = IFF_NOARP; in vsockmon_setup()
H A Dmhi_net.c135 ndev->flags = IFF_POINTOPOINT | IFF_NOARP; in mhi_net_setup()
H A Difb.c326 dev->flags |= IFF_NOARP; in ifb_setup()
/linux/drivers/net/can/
H A Dvcan.c177 dev->flags = IFF_NOARP; in vcan_setup()
H A Dvxcan.c190 dev->flags = IFF_NOARP; in vxcan_setup()
/linux/drivers/net/arcnet/
H A Darc-rawmode.c100 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
H A Drfc1051.c195 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
H A Dcapmode.c119 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
/linux/net/sched/
H A Dsch_teql.c363 unsigned int flags = IFF_NOARP | IFF_MULTICAST; in teql_master_open()
464 dev->flags = IFF_NOARP; in teql_master_setup()
/linux/net/ipv4/
H A Darp.c272 } else if (dev->flags & (IFF_NOARP | IFF_LOOPBACK)) { in arp_constructor()
311 if (dev->flags & IFF_NOARP) in arp_send_dst()
974 if (dev->flags & IFF_NOARP || in arp_rcv()
1338 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
H A Dipip.c404 dev->flags = IFF_NOARP; in ipip_tunnel_validate()
/linux/drivers/net/ovpn/
H A Dmain.c158 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ovpn_setup()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c157 iosm_dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ipc_wwan_setup()
/linux/net/phonet/
H A Dpep-gprs.c221 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in gprs_setup()
/linux/drivers/net/usb/
H A Dlg-vl600.c79 dev->net->flags |= IFF_NOARP; in vl600_bind()
/linux/drivers/net/wan/
H A Dhdlc.c229 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in hdlc_setup_dev()
/linux/drivers/net/mctp/
H A Dmctp-usb.c301 dev->flags = IFF_NOARP; in mctp_usb_netdev_setup()
/linux/net/mctp/test/
H A Dutils.c33 ndev->flags = IFF_NOARP; in mctp_test_dev_setup()
/linux/net/ethernet/
H A Deth.c107 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in eth_header()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c233 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in t7xx_ccmni_wwan_setup()
/linux/drivers/net/can/dev/
H A Ddev.c293 dev->flags = IFF_NOARP; in can_setup()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c136 if ((dev->flags & IFF_NOARP) || in br_do_proxy_suppress_arp()

123