Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/bonding/
Dbond_procfs.c295 memcpy(bond->proc_file_name, bond_dev->name, IFNAMSIZ); in bond_create_proc_entry()
305 remove_proc_entry(bond->proc_file_name, bn->proc_dir); in bond_remove_proc_entry()
306 memset(bond->proc_file_name, 0, IFNAMSIZ); in bond_remove_proc_entry()
/Linux-v6.6/include/net/
Dbonding.h239 char proc_file_name[IFNAMSIZ]; member