Home
last modified time | relevance | path

Searched refs:NET_ADDR_STOLEN (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetdevice.h62 #define NET_ADDR_STOLEN 2 /* address is stolen from other device */ 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.h62 #define NET_ADDR_STOLEN 2 /* address is stolen from other device */ 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.h62 #define NET_ADDR_STOLEN 2 /* address is stolen from other device */ macro
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan_dev.c250 if (dev->addr_assign_type != NET_ADDR_STOLEN) in vlan_dev_inherit_address()
581 dev->addr_assign_type = NET_ADDR_STOLEN; in vlan_dev_init()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_alb.c957 if (upper->addr_assign_type == NET_ADDR_STOLEN) { in alb_upper_dev_walk()
H A Dbond_main.c891 bond_dev->addr_assign_type = NET_ADDR_STOLEN; in bond_set_dev_addr()