Home
last modified time | relevance | path

Searched refs:proc_file_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/bonding/
Dbond_procfs.c274 memcpy(bond->proc_file_name, bond_dev->name, IFNAMSIZ); in bond_create_proc_entry()
284 remove_proc_entry(bond->proc_file_name, bn->proc_dir); in bond_remove_proc_entry()
285 memset(bond->proc_file_name, 0, IFNAMSIZ); in bond_remove_proc_entry()
/Linux-v5.4/include/net/
Dbonding.h221 char proc_file_name[IFNAMSIZ]; member