smb_llist_remove
void smb_llist_remove(smb_llist_t *ll, void *obj);
smb_llist_remove(&node->n_ofile_list, ofile);
smb_llist_remove(bucket, ls);
smb_llist_remove(&session->s_xa_list, xa);
smb_llist_remove(&xa->xa_session->s_xa_list, xa);
smb_llist_remove(&node->n_lock_list, lock);
smb_llist_remove(&node->n_lock_list, lock);
smb_llist_remove(&node->n_wlock_list, lock);
smb_llist_remove(&node->n_ofile_list, of);
smb_llist_remove(bucket, node);
smb_llist_remove(node->n_hash_bucket, node);
smb_llist_remove(&tree->t_odir_list, od);
smb_llist_remove(ll, of);
smb_llist_remove(&sv->sv_event_list, event);
smb_llist_remove(splist, sp);
smb_llist_remove(&sv->sp_info.sp_fidlist, spfid);
smb_llist_remove(ll, session);
smb_llist_remove(&smb_servers, sv);
smb_llist_remove(&session->s_tree_list, tree);
smb_llist_remove(&session->s_user_list, user);
void smb_llist_remove(smb_llist_t *ll, void *obj);