Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Ddev_addr_lists.c40 ha->global_use = global; in __hw_addr_create_ex()
64 if (ha->global_use) in __hw_addr_add_ex()
67 ha->global_use = true; in __hw_addr_add_ex()
96 if (global && !ha->global_use) in __hw_addr_del_entry()
103 ha->global_use = false; in __hw_addr_del_entry()
Dnet-procfs.c368 dev->name, ha->refcount, ha->global_use); in dev_mc_seq_show()
/linux-4.1.27/include/linux/
Dnetdevice.h205 bool global_use; member