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); }