Searched refs:IFF_NOARP (Results 1 – 25 of 87) sorted by relevance
1234
/linux-6.12.1/include/uapi/linux/ |
D | if.h | 92 IFF_NOARP = 1<<7, /* sysfs */ enumerator 119 #define IFF_NOARP IFF_NOARP macro
|
/linux-6.12.1/net/appletalk/ |
D | dev.c | 25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
|
/linux-6.12.1/net/mctp/test/ |
D | utils.c | 31 ndev->flags = IFF_NOARP; in mctp_test_dev_setup()
|
/linux-6.12.1/drivers/net/ipvlan/ |
D | ipvlan_main.c | 22 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() 187 dev->flags |= IFF_NOARP; in ipvlan_open() 189 dev->flags &= ~IFF_NOARP; in ipvlan_open()
|
/linux-6.12.1/arch/um/drivers/ |
D | slip_kern.c | 38 dev->flags = IFF_NOARP; in slip_init()
|
D | slirp_kern.c | 40 dev->flags = IFF_NOARP; in slirp_init()
|
/linux-6.12.1/drivers/net/ |
D | nlmon.c | 73 dev->flags = IFF_NOARP; in nlmon_setup()
|
D | vsockmon.c | 94 dev->flags = IFF_NOARP; in vsockmon_setup()
|
D | dummy.c | 109 dev->flags |= IFF_NOARP; in dummy_setup()
|
D | netkit.c | 256 dev->flags |= IFF_NOARP; in netkit_setup() 422 dev_change_flags(peer, peer->flags & ~IFF_NOARP, NULL); in netkit_new_link() 446 dev_change_flags(dev, dev->flags & ~IFF_NOARP, NULL); in netkit_new_link()
|
D | pfcp.c | 148 dev->flags = IFF_POINTOPOINT | IFF_NOARP | IFF_MULTICAST; in pfcp_link_setup()
|
/linux-6.12.1/net/rose/ |
D | rose_dev.c | 140 dev->flags = IFF_NOARP; in rose_setup()
|
/linux-6.12.1/drivers/net/can/ |
D | vcan.c | 163 dev->flags = IFF_NOARP; in vcan_setup()
|
D | vxcan.c | 163 dev->flags = IFF_NOARP; in vxcan_setup()
|
/linux-6.12.1/net/netrom/ |
D | nr_dev.c | 177 dev->flags = IFF_NOARP; in nr_setup()
|
/linux-6.12.1/drivers/net/arcnet/ |
D | arc-rawmode.c | 100 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
D | rfc1051.c | 195 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
D | capmode.c | 119 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
|
/linux-6.12.1/net/sched/ |
D | sch_teql.c | 360 unsigned int flags = IFF_NOARP | IFF_MULTICAST; in teql_master_open() 461 dev->flags = IFF_NOARP; in teql_master_setup()
|
/linux-6.12.1/net/ipv4/ |
D | arp.c | 272 } else if (dev->flags & (IFF_NOARP | IFF_LOOPBACK)) { in arp_constructor() 311 if (dev->flags & IFF_NOARP) in arp_send_dst() 970 if (dev->flags & IFF_NOARP || in arp_rcv() 1333 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
|
/linux-6.12.1/drivers/net/wwan/iosm/ |
D | iosm_ipc_wwan.c | 157 iosm_dev->flags = IFF_POINTOPOINT | IFF_NOARP; in ipc_wwan_setup()
|
/linux-6.12.1/net/phonet/ |
D | pep-gprs.c | 221 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in gprs_setup()
|
/linux-6.12.1/drivers/net/usb/ |
D | lg-vl600.c | 79 dev->net->flags |= IFF_NOARP; in vl600_bind()
|
/linux-6.12.1/drivers/net/wan/ |
D | hdlc.c | 229 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in hdlc_setup_dev()
|
/linux-6.12.1/net/ethernet/ |
D | eth.c | 107 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in eth_header()
|
1234