next up previous
Next: /proc/sys Sysctl functions list Up: Subsystem specific wrapper functions Previous: proc_net_create

proc_net_remove

As to be expected this is a wrapper to remove_proc_entry for the networking subsystem.


static inline void proc_net_remove(
   const char *name)
{
   remove_proc_entry (name,proc_net);
}



Der Herr Hofrat
2003-03-26