Home
last modified time | relevance | path

Searched refs:global_use (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Ddev_addr_lists.c36 ha->global_use = global; in __hw_addr_create_ex()
60 if (ha->global_use) in __hw_addr_add_ex()
63 ha->global_use = true; in __hw_addr_add_ex()
92 if (global && !ha->global_use) in __hw_addr_del_entry()
99 ha->global_use = false; in __hw_addr_del_entry()
H A Dnet-procfs.c370 ha->refcount, ha->global_use, in dev_mc_seq_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h218 bool global_use; member