Searched refs:IFF_NOARP (Results 1 – 25 of 83) sorted by relevance
1234
| /linux/include/uapi/linux/ |
| H A D | if.h | 92 IFF_NOARP = 1<<7, /* sysfs */ enumerator 119 #define IFF_NOARP IFF_NOARP macro
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 23 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 D | nlmon.c | 73 dev->flags = IFF_NOARP; in nlmon_setup()
|
| H A D | vsockmon.c | 94 dev->flags = IFF_NOARP; in vsockmon_setup()
|
| H A D | dummy.c | 111 dev->flags |= IFF_NOARP; in dummy_setup()
|
| H A D | netkit.c | 270 dev->flags |= IFF_NOARP; in netkit_setup() 429 dev_change_flags(peer, peer->flags & ~IFF_NOARP, NULL); in netkit_new_link() 455 dev_change_flags(dev, dev->flags & ~IFF_NOARP, NULL); in netkit_new_link()
|
| H A D | pfcp.c | 148 dev->flags = IFF_POINTOPOINT | IFF_NOARP | IFF_MULTICAST; in pfcp_link_setup()
|
| H A D | mhi_net.c | 135 ndev->flags = IFF_POINTOPOINT | IFF_NOARP; in mhi_net_setup()
|
| /linux/net/rose/ |
| H A D | rose_dev.c | 140 dev->flags = IFF_NOARP; in rose_setup()
|
| /linux/drivers/net/can/ |
| H A D | vcan.c | 177 dev->flags = IFF_NOARP; in vcan_setup()
|
| H A D | vxcan.c | 190 dev->flags = IFF_NOARP; in vxcan_setup()
|
| /linux/net/netrom/ |
| H A D | nr_dev.c | 177 dev->flags = IFF_NOARP; in nr_setup()
|
| /linux/drivers/net/arcnet/ |
| H A D | arc-rawmode.c | 100 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
| H A D | rfc1051.c | 195 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
| H A D | capmode.c | 119 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
| /linux/net/sched/ |
| H A D | sch_teql.c | 363 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 D | arp.c | 273 } else if (dev->flags & (IFF_NOARP | IFF_LOOPBACK)) { in arp_constructor() 312 if (dev->flags & IFF_NOARP) in arp_send_dst() 975 if (dev->flags & IFF_NOARP || in arp_rcv() 1339 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
|
| /linux/drivers/net/ovpn/ |
| H A D | main.c | 158 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ovpn_setup()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 157 iosm_dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ipc_wwan_setup()
|
| /linux/net/phonet/ |
| H A D | pep-gprs.c | 221 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in gprs_setup()
|
| /linux/net/mctp/test/ |
| H A D | utils.c | 33 ndev->flags = IFF_NOARP; in mctp_test_dev_setup()
|
| /linux/drivers/net/usb/ |
| H A D | lg-vl600.c | 79 dev->net->flags |= IFF_NOARP; in vl600_bind()
|
| /linux/drivers/net/wan/ |
| H A D | hdlc.c | 229 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in hdlc_setup_dev()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usb.c | 301 dev->flags = IFF_NOARP; in mctp_usb_netdev_setup()
|
| /linux/drivers/net/caif/ |
| H A D | caif_serial.c | 394 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in caifdev_setup()
|
1234