Searched refs:phonet_table_hrd (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dsysctl.c37 static struct ctl_table_header *phonet_table_hrd; variable in typeref:struct:ctl_table_header
104 phonet_table_hrd = register_sysctl_paths(phonet_ctl_path, phonet_table);
105 return phonet_table_hrd == NULL ? -ENOMEM : 0;
110 unregister_sysctl_table(phonet_table_hrd);

Completed in 11 milliseconds