Home
last modified time | relevance | path

Searched refs:NET_ADDR_PERM (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetdevice.h60 #define NET_ADDR_PERM 0 /* address is permanent (default) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetdevice.h60 #define NET_ADDR_PERM 0 /* address is permanent (default) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetdevice.h60 #define NET_ADDR_PERM 0 /* address is permanent (default) */ macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c703 netdev->addr_assign_type = NET_ADDR_PERM; in setup_netdev()
/OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/
H A Dethsw.c752 net_dev->addr_assign_type = NET_ADDR_PERM; in dpaa2_switch_port_set_mac_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3952 net_dev->addr_assign_type = NET_ADDR_PERM; in dpaa2_eth_set_mac_addr()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c5365 bond_dev->addr_assign_type == NET_ADDR_PERM) in bond_init()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c10046 if (dev->addr_assign_type == NET_ADDR_PERM) in register_netdevice()